mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
With a similar commit in Qt 5, this will error at CMake time if an attempt is made to use target_link_libraries(foo Qt4::QtCore Qt5::Core)
4 lines
45 B
CMake
4 lines
45 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(IncompatibleQt)
|