We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0087e commit ade159bCopy full SHA for ade159b
CMakeLists.txt
@@ -7,6 +7,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
7
set(CLIPPER2_UTILS OFF)
8
set(CLIPPER2_EXAMPLES OFF)
9
set(CLIPPER2_TESTS OFF)
10
+set(CLIPPER2_USINGZ "OFF" CACHE STRING "Preempt cache default of USINGZ (only binding 2d)")
11
add_definitions(-D_HAS_EXCEPTIONS=0) # disable exceptions for STL
12
13
option(BUILD_SHARED_LIBS OFF)
0 commit comments