projects
/
platform
/
upstream
/
libgc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
491e6ac
)
Remove gcmt-dll generation by CMake
author
Ivan Maidanski
<ivmai@mail.ru>
Fri, 14 Jun 2019 07:40:09 +0000
(10:40 +0300)
committer
Ivan Maidanski
<ivmai@mail.ru>
Fri, 14 Jun 2019 07:40:09 +0000
(10:40 +0300)
Issue #281 (bdwgc).
Now only gc-lib is produced.
* CMakeLists.txt (gcmt-dll): Remove add_library command.
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
78f53ee
..
b8ced02
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-264,8
+264,6
@@
set_target_properties(gc-lib PROPERTIES
COMPILE_DEFINITIONS GC_NOT_DLL)
#TODO TARGET_LINK_LIBRARIES(... ... ${LIBS})
-add_library(gcmt-dll SHARED ${SRC})
-
if (build_cord)
add_subdirectory(cord)
endif()