mirror of
https://github.com/reactos/CMake.git
synced 2025-01-07 11:40:23 +00:00
b3475ba57b
The 'ctest --launch' command must be placed before the IWYU launcher on the compiler command line. Extend the RunCMake.IncludeWhatYouUse test to cover this case. The Ninja generator already does it correctly.
4 lines
71 B
CMake
4 lines
71 B
CMake
set(CTEST_USE_LAUNCHERS 1)
|
|
include(CTestUseLaunchers)
|
|
include(C.cmake)
|