We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beeb561 commit b2287b3Copy full SHA for b2287b3
1 file changed
src/cllazyfile/CMakeLists.txt
@@ -40,7 +40,8 @@ if(BUILD_SHARED_LIBS)
40
endif()
41
42
if(BUILD_STATIC_LIBS)
43
- SC_ADDLIB(steplazyfile-static STATIC SOURCES ${clLazyFile_SRCS} LINK_LIBRARIES $<JOIN:${_libdeps},-static >-static)
+ set(_libdeps stepcore-static stepdai-static steputils-static base-static stepeditor-static)
44
+ SC_ADDLIB(steplazyfile-static STATIC SOURCES ${clLazyFile_SRCS} LINK_LIBRARIES ${_libdeps})
45
46
47
SC_ADDEXEC(lazy_test SOURCES lazy_test.cc LINK_LIBRARIES steplazyfile stepeditor NO_INSTALL)
0 commit comments