mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Move the diagnostic that rejects the TARGET_OBJECTS generator expression in non-buildsystem context until after the check for whether the named target is an object library. This order will makes more sense than the previous order once TARGET_OBJECTS is allowed in non-buildsystem context.
5 lines
66 B
CMake
5 lines
66 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(NoTarget)
|
|
run_cmake(NotObjlibTarget)
|