From 089c5251b5d3847b7e2bd43ff6405608e5b92ccd Mon Sep 17 00:00:00 2001 From: David Williams Date: Sun, 7 Mar 2010 23:40:43 +0000 Subject: [PATCH] Fixed path because it was going up too many directories. --- library/PolyVoxConfig.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/PolyVoxConfig.cmake.in b/library/PolyVoxConfig.cmake.in index 8aacd89f..55129dae 100644 --- a/library/PolyVoxConfig.cmake.in +++ b/library/PolyVoxConfig.cmake.in @@ -14,7 +14,7 @@ include(FindPackageMessage) get_filename_component(THIS_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) -set(PREFIX ${THIS_DIR}/../../..) +set(PREFIX ${THIS_DIR}/..) set(PolyVoxCore_LIBRARY_DIRS "${PREFIX}/@PolyVoxCore_LIBRARY_INSTALL_DIRS@")