mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-19 19:43:23 +08:00
Features: Update comment in test to match the code.
After commit f13a2eb1
(Features: Adjust the RunCMake test to use
more-common features., 2015-01-15).
This commit is contained in:
@@ -9,7 +9,7 @@ target_link_libraries(empty1
|
|||||||
# When starting, $<COMPILE_FEATURES:cxx_nullptr> is '0', so 'freeze' the
|
# When starting, $<COMPILE_FEATURES:cxx_nullptr> is '0', so 'freeze' the
|
||||||
# CXX_STANDARD at 98 during computation.
|
# CXX_STANDARD at 98 during computation.
|
||||||
$<$<COMPILE_FEATURES:cxx_nullptr>:empty2>
|
$<$<COMPILE_FEATURES:cxx_nullptr>:empty2>
|
||||||
# This would add cxx_constexpr, but that would require CXX_STANDARD = 11,
|
# This would add cxx_static_assert, but that would require CXX_STANDARD = 11,
|
||||||
# which is not allowed after freeze. Report an error.
|
# which is not allowed after freeze. Report an error.
|
||||||
empty3
|
empty3
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user