Skip to content

Commit

Permalink
Merge pull request HardySimpson#1 from pjcuadra/pjcuadra-fix-cmake
Browse files Browse the repository at this point in the history
Minor fix in cpack/zlog/CMakeList.txt
  • Loading branch information
lisongmin authored Feb 11, 2021
2 parents fe87a10 + 0ade61d commit d55e256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpack/zlog/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SET(CPACK_INSTALL_CMAKE_PROJECTS "${zlog_BINARY_DIR};zlog;zlog;/")
# copy file to build directory.
#===============================
SET(CPACK_OUTPUT_CONFIG_FILE "${CMAKE_CURRENT_BINARY_DIR}/CPackConfig.cmake")
configure_file(${CMAKE_HOME_DIRECTORY}/cpack/CPackConfig.cmake CPackConfig.cmake)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../CPackConfig.cmake CPackConfig.cmake)

file(COPY
.
Expand Down

0 comments on commit d55e256

Please sign in to comment.