mirror of
https://github.com/reactos/CMake.git
synced 2024-12-21 03:00:59 +00:00
cb7f32f5b8
The QT_QMAKE_EXECUTABLE has to be passed through the cmake calls because the executable may not be in the PATH.
7 lines
162 B
CMake
7 lines
162 B
CMake
include(RunCMake)
|
|
|
|
set(RunCMake_TEST_OPTIONS -DQT_QMAKE_EXECUTABLE:FILEPATH=${QT_QMAKE_EXECUTABLE})
|
|
|
|
run_cmake(UseModulesMacro-WARN)
|
|
run_cmake(AutomocMacro-WARN)
|