summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CXXModules/FileSetModulesInterfaceImported-stderr.txt
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2022-06-16 18:51:30 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2022-07-06 14:15:23 (GMT)
commitf3cfde394a903928cc379f3a56a9cb9618def665 (patch)
treecfe08d26ac37a4b3d378f0269883f1906a32a591 /Tests/RunCMake/CXXModules/FileSetModulesInterfaceImported-stderr.txt
parentea3175a4ebba7bf8688f2f62f434a1602012ab61 (diff)
downloadCMake-f3cfde394a903928cc379f3a56a9cb9618def665.zip
CMake-f3cfde394a903928cc379f3a56a9cb9618def665.tar.gz
CMake-f3cfde394a903928cc379f3a56a9cb9618def665.tar.bz2
cmTargetSourcesCommand: allow `INTERFACE` C++ modules when imported
`PUBLIC` filesets become `INTERFACE` upon installation. Allow `INTERFACE` scopes for C++ modules when the target is imported.
Diffstat (limited to 'Tests/RunCMake/CXXModules/FileSetModulesInterfaceImported-stderr.txt')
-rw-r--r--Tests/RunCMake/CXXModules/FileSetModulesInterfaceImported-stderr.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/RunCMake/CXXModules/FileSetModulesInterfaceImported-stderr.txt b/Tests/RunCMake/CXXModules/FileSetModulesInterfaceImported-stderr.txt
new file mode 100644
index 0000000..4420bbc
--- /dev/null
+++ b/Tests/RunCMake/CXXModules/FileSetModulesInterfaceImported-stderr.txt
@@ -0,0 +1,6 @@
+CMake Warning \(dev\) at FileSetModulesInterfaceImported.cmake:2 \(target_sources\):
+ CMake's C\+\+ module support is experimental. It is meant only for
+ experimentation and feedback to CMake developers.
+Call Stack \(most recent call first\):
+ CMakeLists.txt:6 \(include\)
+This warning is for project developers. Use -Wno-dev to suppress it.