From: rnv Date: Wed, 2 Oct 2013 13:23:10 +0000 (+0000) Subject: Porting to CMake: some corrections. X-Git-Tag: V7_3_0a1~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fcd425c1544372c05096bdc0c8eab82218a3bc7c;p=samples%2Fpylight.git Porting to CMake: some corrections. --- 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