From 6dfb10d37476ee820625448cff06d70b0dd09d0e Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 12 Sep 2005 10:37:04 -0400 Subject: [PATCH] ENH: use the findqt3 from this cmake and not the one configureing cmake --- Source/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 3a4ad9747..21334b21c 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -545,8 +545,8 @@ IF(BUILD_TESTING) --build-exe-dir "${CMake_BINARY_DIR}/Tests/Wrapping/bin" --test-command wrapping ) - - INCLUDE (FindQt3) + # use the FindQt3.cmake from this cmake as it may not be in an older version of cmake + INCLUDE (${CMAKE_SOURCE_DIR}/Modules/FindQt3.cmake) MARK_AS_ADVANCED( QT_INCLUDE_PATH QT_MOC_EXE