Update CMakeLists.txt

fix erroneous creation of /etc/zm/conf.d/conf.d during an out-of-source build
This commit is contained in:
Andrew Bauer 2017-08-14 08:45:03 -05:00 committed by GitHub
parent edd66dd0cf
commit c353d5d17b
1 changed files with 1 additions and 1 deletions

View File

@ -801,7 +801,7 @@ endif(ZM_PERL_SEARCH_PATH)
# If this is an out-of-source build, copy the files we need to the binary directory
if(NOT (CMAKE_BINARY_DIR STREQUAL CMAKE_SOURCE_DIR))
file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/conf.d" DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/conf.d" PATTERN "*.in" EXCLUDE)
file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/conf.d" DESTINATION "${CMAKE_CURRENT_BINARY_DIR}" PATTERN "*.in" EXCLUDE)
endif(NOT (CMAKE_BINARY_DIR STREQUAL CMAKE_SOURCE_DIR))
# Generate files from the .in files