From 491e6ac0e7ffacf01cca106988e30cff448a91fc Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 14 Jun 2019 10:36:48 +0300 Subject: [PATCH] Remove gcmt-lib generation by CMake Because of an incorrect definition, gcmt-lib was identical to gc-lib. * CMakeLists.txt (gcmt-lib): Remove add_library and set_target_properties commands. --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9fec37b6..78f53ee8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -264,10 +264,6 @@ set_target_properties(gc-lib PROPERTIES COMPILE_DEFINITIONS GC_NOT_DLL) #TODO TARGET_LINK_LIBRARIES(... ... ${LIBS}) -add_library(gcmt-lib STATIC ${SRC}) -set_target_properties(gcmt-lib PROPERTIES - COMPILE_DEFINITIONS GC_NOT_DLL) - add_library(gcmt-dll SHARED ${SRC}) if (build_cord) -- 2.50.1