From fcd425c1544372c05096bdc0c8eab82218a3bc7c Mon Sep 17 00:00:00 2001 From: rnv Date: Wed, 2 Oct 2013 13:23:10 +0000 Subject: [PATCH] Porting to CMake: some corrections. --- adm_local/cmake_files/FindPYLIGHT.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/adm_local/cmake_files/FindPYLIGHT.cmake b/adm_local/cmake_files/FindPYLIGHT.cmake index 9c5bde1..c30703e 100644 --- a/adm_local/cmake_files/FindPYLIGHT.cmake +++ b/adm_local/cmake_files/FindPYLIGHT.cmake @@ -18,4 +18,5 @@ # # -SET(PYLIGHT_CXXFLAGS -I${PYLIGHT_ROOT_DIR}/include/salome) \ No newline at end of file +SET(PYLIGHT_CXXFLAGS -I${PYLIGHT_ROOT_DIR}/include/salome) # to be removed +SET(PYLIGHT_INCLUDE_DIRS ${PYLIGHT_ROOT_DIR}/include/salome) \ No newline at end of file -- 2.30.2