Skip to content

Commit

Permalink
Merge pull request #41 from rm5248/cmake-clean-fix
Browse files Browse the repository at this point in the history
Don't remove generated files on clean
  • Loading branch information
rm5248 committed Sep 20, 2020
2 parents e161df4 + aa1820c commit c6fe4f8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/include/CMakeLists.txt
Expand Up @@ -10,9 +10,6 @@ add_custom_target(configure_log4cxx
DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/log4cxx/log4cxx.hw
${CMAKE_CURRENT_SOURCE_DIR}/log4cxx/private/log4cxx_private.hw
BYPRODUCTS
${CMAKE_CURRENT_BINARY_DIR}/log4cxx/log4cxx.h
${CMAKE_CURRENT_BINARY_DIR}/log4cxx/private/log4cxx_private.h
)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/log4cxx/version_info.h.in
${CMAKE_CURRENT_BINARY_DIR}/log4cxx/version_info.h
Expand Down Expand Up @@ -112,8 +109,5 @@ add_custom_target(configure_log4cxx
DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/log4cxx/log4cxx.h.in
${CMAKE_CURRENT_SOURCE_DIR}/log4cxx/private/log4cxx_private.h.in
BYPRODUCTS
${CMAKE_CURRENT_BINARY_DIR}/log4cxx/log4cxx.h
${CMAKE_CURRENT_BINARY_DIR}/log4cxx/private/log4cxx_private.h
)
endif()

0 comments on commit c6fe4f8

Please sign in to comment.