]> SALOME platform Git repositories - modules/paravis.git/blobdiff - resources/CMakeLists.txt
Salome HOME
do not configure SalomeApp.xml so that we can relocate the generated module.
[modules/paravis.git] / resources / CMakeLists.txt
index aebb8c101ddac2ab432f86d1bffb38410ee9684b..f25e07f457ad98e4e6621998ce14ddbd17c4b0d7 100644 (file)
@@ -46,6 +46,7 @@ SET(dist_salomeres_DATA
     ParaViewReaders.xml
     ParaViewSources.xml
     ParaViewWriters.xml
+    SalomeApp.xml
 )
 
 SET(nodist_salomeres_SCRIPTS
@@ -63,14 +64,14 @@ SET(nodist_salomeres_SCRIPTS
                 CONFIGURE_FILE(${input} ${output})
                 
 
-                SET(input ${CMAKE_CURRENT_SOURCE_DIR}/SalomeApp.xml.in)
+                #SET(input ${CMAKE_CURRENT_SOURCE_DIR}/SalomeApp.xml.in)
                 
 
-                SET(output ${CMAKE_CURRENT_BINARY_DIR}/SalomeApp.xml)
+                #SET(output ${CMAKE_CURRENT_BINARY_DIR}/SalomeApp.xml)
                 
 
-                MESSAGE(STATUS "Creation of ${output}")
-                CONFIGURE_FILE(${input} ${output})
+                #MESSAGE(STATUS "Creation of ${output}")
+                #CONFIGURE_FILE(${input} ${output})
                 
 
             FOREACH(dir ${SUBDIRS})