Salome HOME
Merge branch 'V9_9_BR'
[tools/medcoupling.git] / src / PyWrapping / CTestTestfileInstall.cmake
index 66d982bf3af9bca98d8b65acd8b7c70b3341ae43..37c275f286aade6bc8b7bcd87337c261e5217c31 100644 (file)
@@ -17,7 +17,9 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-INCLUDE(tests.set)
+IF(MEDCOUPLING_BUILD_PY_TESTS)
+    INCLUDE(tests.set)
+ENDIF()
 
 FOREACH(tfile ${BASE_TESTS})
   GET_FILENAME_COMPONENT(BASE_NAME ${tfile} NAME_WE)