From: rnv Date: Tue, 14 Dec 2021 12:01:15 +0000 (+0300) Subject: Build SALOME modules without documentation: python should be detected certainly X-Git-Tag: V9_9_0a1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2f33f145c2c8fbe876e400eb6fd514967de625d2;p=tools%2FSALOME.git Build SALOME modules without documentation: python should be detected certainly --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 0154c4f..f890a94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,10 +59,12 @@ IF(SALOME_BUILD_TESTS) ENABLE_TESTING() ENDIF() +# KERNEL: +FIND_PACKAGE(SalomePythonInterp REQUIRED) +FIND_PACKAGE(SalomePythonLibs REQUIRED) + # KERNEL optionals: IF(SALOME_BUILD_DOC) - FIND_PACKAGE(SalomePythonInterp REQUIRED) - FIND_PACKAGE(SalomePythonLibs REQUIRED) FIND_PACKAGE(SalomeSphinx) SALOME_LOG_OPTIONAL_PACKAGE(Sphinx SALOME_BUILD_DOC) ENDIF()