We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a625e2b commit 9588d19Copy full SHA for 9588d19
dynadjust/CMakeLists.txt
@@ -567,7 +567,10 @@ if(BUILD_STATIC)
567
568
message("")
569
message(STATUS "STATIC_LIBS_LIST=${STATIC_LIBS_LIST}")
570
-
+
571
+ # Replace DNA_LIBRARIES with static equivalents, keeping system libraries
572
+ set(DNA_LIBRARIES ${STATIC_LIBS_LIST} -lm -ldl)
573
574
# Print sizes of static libraries
575
message(STATUS "")
576
message(STATUS "Static library sizes:")
0 commit comments