864a2942ce3fa130c1009842a8000150aaa245e6
[platform/upstream/cmake.git] / Tests / RunCMake / try_compile / BadSources1-stderr.txt
1 CMake Error at BadSources1.cmake:1 \(try_compile\):
2   Unknown extension ".c" for file
3
4     .*/Tests/RunCMake/try_compile/src.c
5
6   try_compile\(\) works only for enabled languages.  Currently these are:
7
8     NONE
9
10   See project\(\) command to enable other languages.
11 Call Stack \(most recent call first\):
12   CMakeLists.txt:3 \(include\)