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.
2 parents 3e46767 + b1cf615 commit 2b73021Copy full SHA for 2b73021
1 file changed
src/geode/basic/CMakeLists.txt
@@ -118,6 +118,6 @@ add_geode_library(
118
spdlog::spdlog_header_only
119
MINIZIP::minizip-ng
120
)
121
-if(WIN32)
+if(WIN32 AND BUILD_SHARED_LIBS)
122
target_link_libraries(basic PUBLIC absl::abseil_dll)
123
endif()
0 commit comments