Skip to content
Snippets Groups Projects
Commit 00b32b82 authored by Deepak Rangarajan's avatar Deepak Rangarajan
Browse files

put tests under cmake flag

parent 544adf6b
No related branches found
No related tags found
1 merge request!106put tests under cmake flag
Pipeline #29158 passed
......@@ -29,4 +29,6 @@ if (CSG_CGAL_ENABLED)
target_link_libraries(csg-eb PRIVATE CGAL::CGAL)
endif()
add_subdirectory(tests)
if (BUILD_TESTING)
add_subdirectory(tests)
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment