Commented out install line in CMakeLists.txt causing duplicate install of static library
This commit is contained in:
@@ -509,6 +509,6 @@ set(include_dest "include/zt")
|
||||
set(main_lib_dest "lib/zt")
|
||||
set(lib_dest "${main_lib_dest}/${CMAKE_BUILD_TYPE}")
|
||||
install(TARGETS ${STATIC_LIB_NAME} EXPORT ${STATIC_LIB_NAME} DESTINATION "${lib_dest}")
|
||||
install(TARGETS ${STATIC_LIB_NAME} DESTINATION "${main_lib_dest}")
|
||||
#install(TARGETS ${STATIC_LIB_NAME} DESTINATION "${main_lib_dest}")
|
||||
install(FILES ${PUBLIC_ZT_HEADERS} DESTINATION "${include_dest}")
|
||||
install(EXPORT ${STATIC_LIB_NAME} DESTINATION "${lib_dest}")
|
||||
|
||||
Reference in New Issue
Block a user