]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Use non deprecated FindPLATFORM to avoid static assignation of CXX_FLAGS
authorageay <ageay>
Fri, 8 Mar 2013 08:26:22 +0000 (08:26 +0000)
committerageay <ageay>
Fri, 8 Mar 2013 08:26:22 +0000 (08:26 +0000)
CMakeLists.txt

index 56b83bf793fb4ac8c56ff46e486b174794ee46cf..1626da22442082ec54878364c42738d7339879dd 100644 (file)
@@ -38,7 +38,7 @@ IF(KERNEL_ROOT_DIR)
   
   SET(SALOME_MACROS_DIR ${KERNEL_ROOT_DIR}/salome_adm/cmake_files)
   
-  INCLUDE(${KERNEL_ROOT_DIR}/salome_adm/cmake_files/deprecated/FindPLATFORM.cmake)
+  INCLUDE(${KERNEL_ROOT_DIR}/salome_adm/cmake_files/FindPLATFORM.cmake)
   INCLUDE(${KERNEL_ROOT_DIR}/salome_adm/cmake_files/deprecated/FindPYTHON.cmake)
   if(SALOME_USE_MPI)
     INCLUDE(${KERNEL_ROOT_DIR}/salome_adm/cmake_files/deprecated/FindMPI.cmake)