Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Jan 12, 2024
1 parent ac76b0b commit 1b315fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ option(WITH_CPP_TESTS "Enable building C++ wrapper tests." ON)
option(WITH_STATIC "Enable building static library." OFF)
option(THREADING "Build with threading support." ON)

if(CMAKE_SYSTEM_NAME MATCHES "Windows")
message(STATUS "System: ${CMAKE_SYSTEM_NAME}")
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
set(WITH_STATIC 1)
endif()

Expand Down

0 comments on commit 1b315fd

Please sign in to comment.