From 511be1028d9884a32017e5e88854aa804a4789a5 Mon Sep 17 00:00:00 2001 From: LaurentGom Date: Sun, 7 Nov 2010 18:53:18 +0000 Subject: [PATCH] Fixed install path for FindSFML.cmake git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1623 4e206d99-4929-0410-ac5d-dfc041789085 --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3225366c..7d3af07f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,8 +57,7 @@ install(DIRECTORY include DESTINATION . COMPONENT devel PATTERN ".svn" EXCLUDE) -install(FILES cmake/Modules/FindSFML.cmake - DESTINATION ${INSTALL_MISC_DIR}/cmake/Modules) +install(FILES cmake/Modules/FindSFML.cmake DESTINATION ${CMAKE_ROOT}/Modules) install(FILES license.txt DESTINATION ${INSTALL_MISC_DIR}) if(WINDOWS) install(FILES extlibs/bin/libsndfile-1.dll DESTINATION bin)