Skip to content

Commit ade159b

Browse files
committed
Avoid build of Clipper2Z (using new option)
1 parent 8a0087e commit ade159b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
77
set(CLIPPER2_UTILS OFF)
88
set(CLIPPER2_EXAMPLES OFF)
99
set(CLIPPER2_TESTS OFF)
10+
set(CLIPPER2_USINGZ "OFF" CACHE STRING "Preempt cache default of USINGZ (only binding 2d)")
1011
add_definitions(-D_HAS_EXCEPTIONS=0) # disable exceptions for STL
1112

1213
option(BUILD_SHARED_LIBS OFF)

0 commit comments

Comments
 (0)