summaryrefslogtreecommitdiffstats
path: root/Modules/FindSquish.cmake
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2014-10-02 21:44:39 (GMT)
committerRolf Eike Beer <eike@sf-mail.de>2014-10-02 21:44:39 (GMT)
commit3670c6a41c9a8f09afd6230b99389d186c348c3e (patch)
treeb0f6c3c5454aeeafc6ebfa5608762f90328a64ac /Modules/FindSquish.cmake
parent99d34f46fa394a9daabb7ca959e1540ae3a41ef2 (diff)
downloadCMake-3670c6a41c9a8f09afd6230b99389d186c348c3e.zip
CMake-3670c6a41c9a8f09afd6230b99389d186c348c3e.tar.gz
CMake-3670c6a41c9a8f09afd6230b99389d186c348c3e.tar.bz2
fix inclusion of FPHSA
Make sure these modules also include exactly the version shipped with CMake.
Diffstat (limited to 'Modules/FindSquish.cmake')
-rw-r--r--Modules/FindSquish.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindSquish.cmake b/Modules/FindSquish.cmake
index 4076521..2b7fd22 100644
--- a/Modules/FindSquish.cmake
+++ b/Modules/FindSquish.cmake
@@ -201,7 +201,7 @@ else()
endif()
# record if Squish was found
-include(FindPackageHandleStandardArgs)
+include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
find_package_handle_standard_args(Squish REQUIRED_VARS SQUISH_INSTALL_DIR SQUISH_CLIENT_EXECUTABLE SQUISH_SERVER_EXECUTABLE
VERSION_VAR SQUISH_VERSION )