From f881760938ef49f6af029f1bbaa2c42327ac437b Mon Sep 17 00:00:00 2001 From: mpa Date: Wed, 13 Nov 2013 12:16:00 +0000 Subject: [PATCH] CMake: - delete kernel dependency because options are local now --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8073372ae..f93c72005 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,6 @@ SET(BUILD_SHARED_LIBS TRUE) LIST(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/adm_local/cmake_files") # User options -# (some options have already been defined in KERNEL) # ============ OPTION(SALOME_BUILD_DOC "Generate SALOME GUI documentation" ON) OPTION(SALOME_BUILD_TESTS "Build SALOME tests" ON) -- 2.39.2