]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
Make the MEDReader plugin compilable usable outside paravis.
authorAnthony Geay <anthony.geay@edf.fr>
Fri, 3 Oct 2014 08:02:23 +0000 (10:02 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Fri, 3 Oct 2014 08:02:23 +0000 (10:02 +0200)
src/Plugins/MEDReader/ParaViewPlugin/CMakeLists.txt

index 7a60e9b45b3104dc5cf4c63aa8aee21d8a03fdc6..00fb41be484f59d836af8669eb4ff80561e49ffc 100644 (file)
@@ -18,8 +18,8 @@
 #
 
 INCLUDE_DIRECTORIES(
-  ${MEDReader_SOURCE_DIR}/IO
-  ${MEDReader_BINARY_DIR}/IO )
+  ${PROJECT_SOURCE_DIR}/IO
+  ${PROJECT_SOURCE_DIR}/IO )
 
 IF(PARAVIEW_BUILD_QT_GUI)