Skip to content

Commit b2287b3

Browse files
committed
Simplify for BRL-CAD build.
1 parent beeb561 commit b2287b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cllazyfile/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ if(BUILD_SHARED_LIBS)
4040
endif()
4141

4242
if(BUILD_STATIC_LIBS)
43-
SC_ADDLIB(steplazyfile-static STATIC SOURCES ${clLazyFile_SRCS} LINK_LIBRARIES $<JOIN:${_libdeps},-static >-static)
43+
set(_libdeps stepcore-static stepdai-static steputils-static base-static stepeditor-static)
44+
SC_ADDLIB(steplazyfile-static STATIC SOURCES ${clLazyFile_SRCS} LINK_LIBRARIES ${_libdeps})
4445
endif()
4546

4647
SC_ADDEXEC(lazy_test SOURCES lazy_test.cc LINK_LIBRARIES steplazyfile stepeditor NO_INSTALL)

0 commit comments

Comments
 (0)