Skip to content

Commit

Permalink
Exclude Manifold library from installing.
Browse files Browse the repository at this point in the history
  • Loading branch information
t-paul committed Mar 18, 2023
1 parent 9701619 commit fccc301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -760,7 +760,7 @@ if(ENABLE_MANIFOLD)
set(PYBIND11_FINDPYTHON OFF)
set(MANIFOLD_PYBIND OFF)

add_subdirectory(submodules/manifold)
add_subdirectory(submodules/manifold EXCLUDE_FROM_ALL)
target_link_libraries(OpenSCAD PRIVATE manifold)

target_compile_definitions(OpenSCAD PRIVATE ENABLE_MANIFOLD)
Expand Down

0 comments on commit fccc301

Please sign in to comment.