diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2023-01-25 22:10:39 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2023-01-27 04:19:44 (GMT) |
commit | f755296f9d5d8099b696d1512a118438265f6f9f (patch) | |
tree | ffe78f5f96a64141f0d231fd6f393135f354471a /Tests/RunCMake/CXXModules/examples/export-interface-no-properties-build-stderr.txt | |
parent | 62483b9b99647bcec8275d7b139a64e879623fcc (diff) | |
download | CMake-f755296f9d5d8099b696d1512a118438265f6f9f.zip CMake-f755296f9d5d8099b696d1512a118438265f6f9f.tar.gz CMake-f755296f9d5d8099b696d1512a118438265f6f9f.tar.bz2 |
Tests/RunCMake/CXXModules: add tests which don't export C++ module properties
The existing `export-interfaces-{build,install}` tests were actually
doing this, but make those test exporting the interfaces and copy the
existing tests to tests which explicitly test the "no properties"
condition.
Diffstat (limited to 'Tests/RunCMake/CXXModules/examples/export-interface-no-properties-build-stderr.txt')
-rw-r--r-- | Tests/RunCMake/CXXModules/examples/export-interface-no-properties-build-stderr.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/RunCMake/CXXModules/examples/export-interface-no-properties-build-stderr.txt b/Tests/RunCMake/CXXModules/examples/export-interface-no-properties-build-stderr.txt new file mode 100644 index 0000000..5e4392a --- /dev/null +++ b/Tests/RunCMake/CXXModules/examples/export-interface-no-properties-build-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. |