projects
/
gc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2485ab
)
Remove gcmt-lib generation by CMake
author
Ivan Maidanski
<ivmai@mail.ru>
Fri, 14 Jun 2019 07:36:48 +0000
(10:36 +0300)
committer
Ivan 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
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 9fec37b6ee402d9b7ee9939c2ae0d2b3d1c533f2..78f53ee8d859e1067a9f238563c99aed6223624d 100644
(file)
--- 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)