From 1bdb57985fae1c039ed5890c03776a175fff3be3 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Tue, 4 Apr 2017 16:22:12 +0200 Subject: [PATCH] COMP: drop FOAM_EXT_LIBBIN dependency for VTK-related items - they don't use scotch/metis anyhow, which are the only things placed in FOAM_EXT_LIBBIN --- .../graphics/PVReaders/PVFoamReader/PVFoamReader/CMakeLists.txt | 1 - .../PVReaders/PVblockMeshReader/PVblockMeshReader/CMakeLists.txt | 1 - .../graphics/runTimePostProcessing/CMakeLists-Common.txt | 1 - 3 files changed, 3 deletions(-) diff --git a/applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/PVFoamReader/CMakeLists.txt b/applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/PVFoamReader/CMakeLists.txt index 819a476c3a..ce13bed97a 100644 --- a/applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/PVFoamReader/CMakeLists.txt +++ b/applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/PVFoamReader/CMakeLists.txt @@ -7,7 +7,6 @@ include(${PARAVIEW_USE_FILE}) link_directories( $ENV{FOAM_LIBBIN} - $ENV{FOAM_EXT_LIBBIN} ) include_directories( diff --git a/applications/utilities/postProcessing/graphics/PVReaders/PVblockMeshReader/PVblockMeshReader/CMakeLists.txt b/applications/utilities/postProcessing/graphics/PVReaders/PVblockMeshReader/PVblockMeshReader/CMakeLists.txt index 267938563b..c3c889ffb5 100644 --- a/applications/utilities/postProcessing/graphics/PVReaders/PVblockMeshReader/PVblockMeshReader/CMakeLists.txt +++ b/applications/utilities/postProcessing/graphics/PVReaders/PVblockMeshReader/PVblockMeshReader/CMakeLists.txt @@ -7,7 +7,6 @@ include(${PARAVIEW_USE_FILE}) link_directories( $ENV{FOAM_LIBBIN} - $ENV{FOAM_EXT_LIBBIN} ) include_directories( diff --git a/src/functionObjects/graphics/runTimePostProcessing/CMakeLists-Common.txt b/src/functionObjects/graphics/runTimePostProcessing/CMakeLists-Common.txt index 3f23c20c3e..b5c3bf0815 100644 --- a/src/functionObjects/graphics/runTimePostProcessing/CMakeLists-Common.txt +++ b/src/functionObjects/graphics/runTimePostProcessing/CMakeLists-Common.txt @@ -21,7 +21,6 @@ include_directories( link_directories( $ENV{FOAM_LIBBIN} - $ENV{FOAM_EXT_LIBBIN} ) add_definitions(