4aa10cd6d6
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
98 B
CMake
4 lines
98 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
project(${RunCMake_TEST} CXX)
|
|
include(${RunCMake_TEST}.cmake)
|