Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Tests / RunCMake / CXXModules / NotCXXSourceModules-stderr.txt
1 CMake Warning \(dev\) at NotCXXSourceModules.cmake:7 \(target_sources\):
2   CMake's C\+\+ module support is experimental.  It is meant only for
3   experimentation and feedback to CMake developers.
4 Call Stack \(most recent call first\):
5   CMakeLists.txt:6 \(include\)
6 This warning is for project developers.  Use -Wno-dev to suppress it.
7
8 CMake Error in CMakeLists.txt:
9   Target "not-cxx-source" contains the source
10
11     .*/Tests/RunCMake/CXXModules/sources/c-anchor.c
12
13   in a file set of type "CXX_MODULES" but the source is not classified as a
14   "CXX" source.
15
16
17 CMake Generate step failed.  Build files cannot be regenerated correctly.