Salome HOME
Cmake: bug fix - wrong ordering of prereq reloading
authorbruneton <bruneton>
Fri, 11 Oct 2013 12:55:45 +0000 (12:55 +0000)
committerbruneton <bruneton>
Fri, 11 Oct 2013 12:55:45 +0000 (12:55 +0000)
SalomeKERNELConfig.cmake.in

index 02816bdebb58f2fc3f7789318d41b3a009662c1a..b9387a0c733b96a3e04bdf15405d78f26ce4cccc 100644 (file)
@@ -102,7 +102,7 @@ SET_AND_CHECK(SWIG_ROOT_DIR_EXP     "@PACKAGE_SWIG_ROOT_DIR@")
 # For all prerequisites, load the corresponding targets if the package was used 
 # in CONFIG mode. This ensures dependent projects link correctly
 # without having to set LD_LIBRARY_PATH:
-SET(_PREREQ CppUnit Graphviz Doxygen Sphinx MPI omniORB LibBatch SIMANIO PThread Boost HDF5 libXml2 Python)
+SET(_PREREQ CppUnit Graphviz Doxygen Sphinx MPI omniORB LibBatch PThread Boost HDF5 libXml2 Python SIMANIO)
 SET(_PREREQ_CONFIG_DIR "@CppUnit_DIR@" "@Graphviz_DIR@" "@Doxygen_DIR@" "@Sphinx_DIR@" 
       "@MPI_DIR@" "@omniORB_DIR@" "@LibBatch_DIR@" "@PThread_DIR@" "@Boost_DIR@" "@HDF5_DIR@"
       "@libXml2_DIR@" "@Python_DIR@" "@SIMANIO_DIR@")