summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CXXModules/examples/circular-stderr.txt
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2022-10-10 14:19:28 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2022-10-11 16:51:32 (GMT)
commite67f5d41af0eb8d08728d2efcad8d57594be579b (patch)
tree18b14ea742bfe628889c749b0a8afce68a63da83 /Tests/RunCMake/CXXModules/examples/circular-stderr.txt
parent7629a1182cf9006e4e83c1094794d935503dd079 (diff)
downloadCMake-e67f5d41af0eb8d08728d2efcad8d57594be579b.zip
CMake-e67f5d41af0eb8d08728d2efcad8d57594be579b.tar.gz
CMake-e67f5d41af0eb8d08728d2efcad8d57594be579b.tar.bz2
Tests/RunCMake/CXXModules: add a test with circular imports
The build should fail. However, the error message is completely generator-dependent as it is the build tool which (should) eventually detect this case.
Diffstat (limited to 'Tests/RunCMake/CXXModules/examples/circular-stderr.txt')
-rw-r--r--Tests/RunCMake/CXXModules/examples/circular-stderr.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/RunCMake/CXXModules/examples/circular-stderr.txt b/Tests/RunCMake/CXXModules/examples/circular-stderr.txt
new file mode 100644
index 0000000..5e4392a
--- /dev/null
+++ b/Tests/RunCMake/CXXModules/examples/circular-stderr.txt
@@ -0,0 +1,9 @@
+CMake Warning \(dev\) at CMakeLists.txt:7 \(target_sources\):
+ CMake's C\+\+ module support is experimental. It is meant only for
+ experimentation and feedback to CMake developers.
+This warning is for project developers. Use -Wno-dev to suppress it.
+
+CMake Warning \(dev\):
+ C\+\+20 modules support via CMAKE_EXPERIMENTAL_CXX_MODULE_DYNDEP is
+ experimental. It is meant only for compiler developers to try.
+This warning is for project developers. Use -Wno-dev to suppress it.