Skip to content

Commit 97f166e

Browse files
committed
add back an install command
1 parent 2957c77 commit 97f166e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/CMakeLists.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -362,10 +362,10 @@ set_target_properties(partition
362362
install(TARGETS CHM RUNTIME)
363363
install(TARGETS partition RUNTIME)
364364

365-
#if(BUILD_WITH_CONAN)
366-
# install(DIRECTORY ${CMAKE_BINARY_DIR}/lib/
367-
# DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
368-
#endif()
365+
if(BUILD_WITH_CONAN)
366+
install(DIRECTORY ${CMAKE_BINARY_DIR}/lib/
367+
DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
368+
endif()
369369

370370
if(STATIC_ANLAYSIS)
371371
include( ${CMAKE_SOURCE_DIR}/CMake/PVS-Studio.cmake)

0 commit comments

Comments
 (0)