From c43a6dc5ec2ac57d8334beeabf90de43e8ddb829 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sun, 18 Jan 2015 14:36:01 +0100 Subject: 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). --- Tests/RunCMake/CompileFeatures/LinkImplementationFeatureCycle.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/RunCMake/CompileFeatures/LinkImplementationFeatureCycle.cmake b/Tests/RunCMake/CompileFeatures/LinkImplementationFeatureCycle.cmake index d2c95ec..684fb2b 100644 --- a/Tests/RunCMake/CompileFeatures/LinkImplementationFeatureCycle.cmake +++ b/Tests/RunCMake/CompileFeatures/LinkImplementationFeatureCycle.cmake @@ -9,7 +9,7 @@ target_link_libraries(empty1 # When starting, $ is '0', so 'freeze' the # CXX_STANDARD at 98 during computation. $<$: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. empty3 ) -- cgit v0.12