KWSys: Fix configure_file call to use COPYONLY, not COPY_ONLY
This commit is contained in:
parent
e9282782e4
commit
bd7ba8e25f
|
@ -265,7 +265,7 @@ STRING(COMPARE EQUAL "${PROJECT_SOURCE_DIR}" "${PROJECT_BINARY_DIR}"
|
||||||
KWSYS_IN_SOURCE_BUILD)
|
KWSYS_IN_SOURCE_BUILD)
|
||||||
IF(NOT KWSYS_IN_SOURCE_BUILD)
|
IF(NOT KWSYS_IN_SOURCE_BUILD)
|
||||||
CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/kwsysPrivate.h
|
CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/kwsysPrivate.h
|
||||||
${PROJECT_BINARY_DIR}/kwsysPrivate.h COPY_ONLY IMMEDIATE)
|
${PROJECT_BINARY_DIR}/kwsysPrivate.h COPYONLY IMMEDIATE)
|
||||||
ENDIF(NOT KWSYS_IN_SOURCE_BUILD)
|
ENDIF(NOT KWSYS_IN_SOURCE_BUILD)
|
||||||
|
|
||||||
# Select plugin module file name convention.
|
# Select plugin module file name convention.
|
||||||
|
|
Loading…
Reference in New Issue