From 12dd7b22fa8a83de4baab6860f151ecf2d6f029c Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Thu, 24 Feb 2011 17:21:42 +0100 Subject: fix cmake paths --- 3rdparty/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '3rdparty') 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}) -- cgit v1.2.3-55-g7522