From 6a3e3d8922fad4c10f9665f4663643a460c39317 Mon Sep 17 00:00:00 2001
From: Mouginot B <mouginot.baptiste@gmail.com>
Date: Thu, 22 Feb 2018 17:45:04 -0600
Subject: [PATCH] fix

---
 gui/CMakeLists.txt            | 2 +-
 source/include/CMakeLists.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt
index 9d58c5cd3..b3fa09a62 100644
--- a/gui/CMakeLists.txt
+++ b/gui/CMakeLists.txt
@@ -1,4 +1,4 @@
-INCLUDE_DIRECTORIES( ${CLASS_HEADERS_DIR} )
+INCLUDE_DIRECTORIES( ${CLASS_HEADERS_DIR_INCLUDE} )
 add_executable (CLASSgui CLASSGui.cxx CLASSPlotElement.cxx CLASSWin.cxx CLASSRead.cxx)
 target_link_libraries(CLASSgui CLASSpkg)
 
diff --git a/source/include/CMakeLists.txt b/source/include/CMakeLists.txt
index 9f2866b23..0eaac8a56 100644
--- a/source/include/CMakeLists.txt
+++ b/source/include/CMakeLists.txt
@@ -3,7 +3,7 @@
 # ----------------------------------------------------------
 
 # include directories 
-SET( CLASS_HEADERS_DIR ${CMAKE_CURRENT_SOURCE_DIR} CACHE INTERNAL "")
+SET( CLASS_HEADERS_DIR_INCLUDE ${CMAKE_CURRENT_SOURCE_DIR} CACHE INTERNAL "")
 
 
 
-- 
GitLab