diff options
author | Cristian Adam <cristian.adam@gmail.com> | 2019-11-06 22:55:48 (GMT) |
---|---|---|
committer | Cristian Adam <cristian.adam@gmail.com> | 2019-11-09 10:25:32 (GMT) |
commit | 7447aa4b340420b0d55bc17bdd9ca1422b1806cf (patch) | |
tree | fb6c81fc7dea4897f7b954edb6fd0c5b9af47e25 /Tests/RunCMake/try_compile/ObjCStandard-stderr.txt | |
parent | ef86e8991b6b9b2d4b25f98a95ba950f9ba19485 (diff) | |
download | CMake-7447aa4b340420b0d55bc17bdd9ca1422b1806cf.zip CMake-7447aa4b340420b0d55bc17bdd9ca1422b1806cf.tar.gz CMake-7447aa4b340420b0d55bc17bdd9ca1422b1806cf.tar.bz2 |
ObjC: Add try_compile support
Fixes: #19920
Diffstat (limited to 'Tests/RunCMake/try_compile/ObjCStandard-stderr.txt')
-rw-r--r-- | Tests/RunCMake/try_compile/ObjCStandard-stderr.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/RunCMake/try_compile/ObjCStandard-stderr.txt b/Tests/RunCMake/try_compile/ObjCStandard-stderr.txt new file mode 100644 index 0000000..f1b4df9 --- /dev/null +++ b/Tests/RunCMake/try_compile/ObjCStandard-stderr.txt @@ -0,0 +1,7 @@ +^CMake Error at .*/Tests/RunCMake/try_compile/ObjCStandard-build/CMakeFiles/CMakeTmp/CMakeLists.txt:[0-9]+ \(add_executable\): + OBJC_STANDARD is set to invalid value '3' ++ +CMake Error at ObjCStandard.cmake:[0-9]+ \(try_compile\): + Failed to generate test project build system. +Call Stack \(most recent call first\): + CMakeLists.txt:[0-9]+ \(include\)$ |