Remove gcmt-lib generation by CMake
authorIvan Maidanski <ivmai@mail.ru>
Fri, 14 Jun 2019 07:36:48 +0000 (10:36 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 14 Jun 2019 07:36:48 +0000 (10:36 +0300)
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

index 9fec37b6ee402d9b7ee9939c2ae0d2b3d1c533f2..78f53ee8d859e1067a9f238563c99aed6223624d 100644 (file)
@@ -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)