summaryrefslogtreecommitdiffstats
path: root/3rdparty
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-02-24 17:21:42 +0100
committerSebastian Schmelzer2011-02-24 17:21:42 +0100
commit12dd7b22fa8a83de4baab6860f151ecf2d6f029c (patch)
tree4b972103a8def4603dc27c44104edd55e6c6743f /3rdparty
parentadd warnings for unused, unreachable code (diff)
downloadpvs-12dd7b22fa8a83de4baab6860f151ecf2d6f029c.tar.gz
pvs-12dd7b22fa8a83de4baab6860f151ecf2d6f029c.tar.xz
pvs-12dd7b22fa8a83de4baab6860f151ecf2d6f029c.zip
fix cmake paths
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/CMakeLists.txt b/3rdparty/CMakeLists.txt
index e7676b6..4d7b2d7 100644
--- a/3rdparty/CMakeLists.txt
+++ b/3rdparty/CMakeLists.txt
@@ -2,7 +2,7 @@
# Build OpenPGM
################################################################################
-INCLUDE(../OpenPGMConfig.cmake)
+INCLUDE( OpenPGMConfig )
ADD_DEFINITIONS(${LIBPGM_CFLAGS})