Salome HOME
Porting to CMake: some corrections.
authorrnv <rnv@opencascade.com>
Wed, 2 Oct 2013 13:15:07 +0000 (13:15 +0000)
committerrnv <rnv@opencascade.com>
Wed, 2 Oct 2013 13:15:07 +0000 (13:15 +0000)
adm_local/cmake_files/FindPYHELLO.cmake

index f9794f3cf19b6cc01f46e855e66d66567a63a018..73f4174449fb9e1c4ecd4a680bcdbb5e365e591b 100644 (file)
@@ -18,6 +18,7 @@
 #
 #
 
-SET(PYHELLO_CXXFLAGS -I${PYHELLO_ROOT_DIR}/include/salome)
+SET(PYHELLO_CXXFLAGS -I${PYHELLO_ROOT_DIR}/include/salome) # to be removed
+SET(PYHELLO_INCLUDE_DIRS ${PYHELLO_ROOT_DIR}/include/salome)
 
-FIND_LIBRARY(SalomeIDLPYHELLO SalomeIDLPYHELLO ${PYHELLO_ROOT_DIR}/lib/salome)
\ No newline at end of file
+FIND_LIBRARY(PYHELLO_SalomeIDLPYHELLO SalomeIDLPYHELLO ${PYHELLO_ROOT_DIR}/lib/salome)
\ No newline at end of file