Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Tests / RunCMake / try_compile / BadSources1-stderr.txt
1 CMake Error at BadSources1.cmake:[0-9]+ \(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\)