From e66f0810428fc92d9f3e4089e43e068f68c7ed7e Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Thu, 28 Jul 2016 16:47:24 +0200 Subject: [PATCH] Solve problem of non install of includes of src/engine/.hxx into install/include/salome -> Cmake Experts have been notified --- src/engine/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/CMakeLists.txt b/src/engine/CMakeLists.txt index 4f06b06e5..264fdaff3 100644 --- a/src/engine/CMakeLists.txt +++ b/src/engine/CMakeLists.txt @@ -107,7 +107,7 @@ SET(YACSlibEngine_HEADERS ElementaryPoint.hxx SetOfPoints.hxx - PARENT_SCOPE # Make it visible to src/engine_swig to handle dependencies + #PARENT_SCOPE # Make it visible to src/engine_swig to handle dependencies ) # --- sources --- -- 2.30.2