Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/python/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index b761f310b1a..92d46eb8d80 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -753,20 +753,14 @@ set(geo_node_tests
if(WITH_GMP)
list(APPEND geo_node_tests mesh/boolean)
-else()
- MESSAGE(STATUS "Disabling mesh/boolean tests because WITH_GMP is off.")
endif()
if(WITH_OPENVDB)
list(APPEND geo_node_tests volume)
-else()
- MESSAGE(STATUS "Disabling volume tests because WITH_OPENVDB is off.")
endif()
if(WITH_OPENSUBDIV)
list(APPEND geo_node_tests mesh/subdivision_tests)
-else()
- MESSAGE(STATUS "Disabling mesh/subdivision_tests because WITH_OPENSUBDIV is off.")
endif()
foreach(geo_node_test ${geo_node_tests})