]> SALOME platform Git repositories - plugins/blsurfplugin.git/commitdiff
Salome HOME
CMake:
authormpa <mpa@opencascade.com>
Wed, 13 Nov 2013 12:03:55 +0000 (12:03 +0000)
committermpa <mpa@opencascade.com>
Wed, 13 Nov 2013 12:03:55 +0000 (12:03 +0000)
- enable cmake testing for have message "No tests were
found" if module has not tests

CMakeLists.txt

index 93f6da19a0512961331d5b96a527cdb7d1a2162c..26fdf9a82b368dcbd85b8775a289e3aaea007c80 100755 (executable)
@@ -57,12 +57,15 @@ SET(BUILD_SHARED_LIBS TRUE)
 # Local macros:
 LIST(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/adm_local/cmake_files")
 
-# User options
-# (some options have already been defined in KERNEL)
+# User options 
 # ============
 OPTION(SALOME_BUILD_DOC "Generate SALOME BLSURFPLUGIN documentation" ON)
 OPTION(SALOME_BUILD_TESTS "Build SALOME tests" ON)
 
+IF(SALOME_BUILD_TESTS)
+  ENABLE_TESTING()
+ENDIF()
+
 # Advanced options:
 OPTION(SALOME_BUILD_GUI "Enable BLSURFPLUGIN GUI" ON)
 MARK_AS_ADVANCED(SALOME_BUILD_GUI)