Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Tests / RunCMake / target_sources / FileSetWrongTypeExperimental-stderr.txt
1 ^CMake Warning \(dev\) at FileSetWrongTypeExperimental.cmake:6 \(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:3 \(include\)
6 This warning is for project developers.  Use -Wno-dev to suppress it.
7
8 CMake Error at FileSetWrongTypeExperimental\.cmake:[0-9]+ \(target_sources\):
9   target_sources File set TYPE may only be "HEADERS", "CXX_MODULES", or
10   "CXX_MODULE_HEADER_UNITS"
11 Call Stack \(most recent call first\):
12   CMakeLists\.txt:[0-9]+ \(include\)$