Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Dec 9, 2023
1 parent 07a3d38 commit 9fd8740
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)

option(WITH_TOOLS "Enable building tools." ON)
option(WITH_TESTS "Enable building tests." ON)
Expand All @@ -7,9 +7,9 @@ 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")
#if(CMAKE_SYSTEM_NAME MATCHES "Windows")
set(WITH_STATIC 1)
endif()
#endif()

if (WITH_STATIC)
message(STATUS "If you are using the static library build, please keep in mind (and inform yourself of the implications) that liblo is licensed with LGPL v2.1+.")
Expand Down

0 comments on commit 9fd8740

Please sign in to comment.