X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FMEDReader%2FParaViewPlugin%2FCMakeLists.txt;h=1ed9e77d6e82b3f3c771edebd8853e3f93bc7f50;hb=ebbd2915a22d111ae165c01dbdd7cd9b12848709;hp=e7fef095fc12ee43b91a1253a48972f526c7e20e;hpb=e4350e9cdbb25c86c1b7caa25182a8c99381ead9;p=modules%2Fparavis.git diff --git a/src/Plugins/MEDReader/ParaViewPlugin/CMakeLists.txt b/src/Plugins/MEDReader/ParaViewPlugin/CMakeLists.txt index e7fef095..1ed9e77d 100644 --- a/src/Plugins/MEDReader/ParaViewPlugin/CMakeLists.txt +++ b/src/Plugins/MEDReader/ParaViewPlugin/CMakeLists.txt @@ -3,7 +3,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -17,9 +17,7 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # -INCLUDE_DIRECTORIES( - ${MEDReader_SOURCE_DIR}/IO - ${MEDReader_BINARY_DIR}/IO ) +INCLUDE_DIRECTORIES( ${PROJECT_SOURCE_DIR}/IO ) IF(PARAVIEW_BUILD_QT_GUI)