From e8f2bc6fbeaa451a1b4ced4fe4f72109d94bd48e Mon Sep 17 00:00:00 2001 From: DUC ANH HOANG Date: Thu, 27 Jul 2023 15:54:32 +0200 Subject: [PATCH] make dependency on salomebootstrap --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1077203a5..9bc575ba7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,6 +52,9 @@ ELSE(EXISTS ${KERNEL_ROOT_DIR}) MESSAGE(FATAL_ERROR "We absolutely need a Salome KERNEL, please define KERNEL_ROOT_DIR") ENDIF(EXISTS ${KERNEL_ROOT_DIR}) +# Find SalomeBootstrap +FIND_PACKAGE(SalomeBootstrap REQUIRED) + # Platform setup # ============== INCLUDE(SalomeSetupPlatform) # From CONFIGURATION -- 2.39.2