From 0e456d8c67552363fd49749a8374ebf713c0d11a Mon Sep 17 00:00:00 2001 From: mpa Date: Mon, 3 Mar 2014 15:46:30 +0400 Subject: [PATCH] Debug of CMake build procedure --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ea913e..b0d6afb 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -199,12 +199,12 @@ INCLUDE(CMakePackageConfigHelpers) # List of targets in this project we want to make visible to the rest of the world. # They all have to be INSTALL'd with the option "EXPORT ${PROJECT_NAME}TargetGroup" SET(_${PROJECT_NAME}_exposed_targets - HEXABLOCKEngine _hexablock_swig MyDlgRef + HEXABLOCKEngine _hexablock_swig ) IF(SALOME_BUILD_GUI) LIST(APPEND _${PROJECT_NAME}_exposed_targets - HEXABLOCK + MyDlgRef HEXABLOCK ) ENDIF(SALOME_BUILD_GUI) -- 2.39.2