Skip to content
Snippets Groups Projects
Commit bff826ea authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'remove-unnecessary-configure'


72e677e9 kwsysPrivate.h: Remove unused build-tree copy

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !290
parents e5e89fed 72e677e9
No related branches found
No related tags found
No related merge requests found
......@@ -298,14 +298,6 @@ endif()
set(KWSYS_HEADER_INSTALL_DIR)
set(KWSYS_LIBRARY_INSTALL_DIR)
# Generated source files will need this header.
string(COMPARE EQUAL "${PROJECT_SOURCE_DIR}" "${PROJECT_BINARY_DIR}"
KWSYS_IN_SOURCE_BUILD)
if(NOT KWSYS_IN_SOURCE_BUILD)
configure_file(${PROJECT_SOURCE_DIR}/kwsysPrivate.h
${PROJECT_BINARY_DIR}/kwsysPrivate.h COPYONLY IMMEDIATE)
endif()
# Select plugin module file name convention.
if(NOT KWSYS_DynamicLoader_PREFIX)
set(KWSYS_DynamicLoader_PREFIX ${CMAKE_SHARED_MODULE_PREFIX})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment