From 42f66378eaaf90ccd5b0fc9f1c47b187a85d154e Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Fri, 27 Feb 2009 16:15:18 +0000 Subject: [PATCH] Change CMake install path for Linux --- library/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index ca4edad1..27d23668 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -131,7 +131,7 @@ INSTALL(FILES ${UTIL_INC_FILES} DESTINATION include/PolyVoxUtil) if(WIN32) set(CONFIG_FILE_DIR "CMake") else(WIN32) - set(CONFIG_FILE_DIR "lib/PolyVox/CMake") + set(CONFIG_FILE_DIR "share/PolyVox/cmake") endif(WIN32) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/PolyVoxConfig.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/PolyVoxConfig.cmake)