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

index 63e118d88f31e46faf594dbd7f5d0e575dcc9be8..eba602fe7d995093387ce1c9ab32a94de3782679 100644 (file)
@@ -18,6 +18,8 @@
 #
 
 
-SET(ATOMGEN_INCLUDE_DIRS -I${ATOMGEN_ROOT_DIR}/include/salome)
+SET(ATOMGEN_CXXFLAGS -I${ATOMGEN_ROOT_DIR}/include/salome) # to be removed
+SET(ATOMGEN_INCLUDE_DIRS ${ATOMGEN_ROOT_DIR}/include/salome)
 
-FIND_LIBRARY(SalomeIDLATOMGEN SalomeIDLATOMGEN ${ATOMGEN_ROOT_DIR}/lib/salome)
\ No newline at end of file
+
+FIND_LIBRARY(ATOMGEN_SalomeIDLATOMGEN SalomeIDLATOMGEN ${ATOMGEN_ROOT_DIR}/lib/salome)
\ No newline at end of file