ENH: use the findqt3 from this cmake and not the one configureing cmake
This commit is contained in:
parent
1b421ccf75
commit
6dfb10d374
|
@ -545,8 +545,8 @@ IF(BUILD_TESTING)
|
||||||
--build-exe-dir "${CMake_BINARY_DIR}/Tests/Wrapping/bin"
|
--build-exe-dir "${CMake_BINARY_DIR}/Tests/Wrapping/bin"
|
||||||
--test-command wrapping
|
--test-command wrapping
|
||||||
)
|
)
|
||||||
|
# use the FindQt3.cmake from this cmake as it may not be in an older version of cmake
|
||||||
INCLUDE (FindQt3)
|
INCLUDE (${CMAKE_SOURCE_DIR}/Modules/FindQt3.cmake)
|
||||||
MARK_AS_ADVANCED(
|
MARK_AS_ADVANCED(
|
||||||
QT_INCLUDE_PATH
|
QT_INCLUDE_PATH
|
||||||
QT_MOC_EXE
|
QT_MOC_EXE
|
||||||
|
|
Loading…
Reference in New Issue