mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
Tests: Modernize name of RunCMake.CXXModules compiler inspection case
We use the case name `Inspect` for similar purposes in other tests.
This commit is contained in:
@@ -3,8 +3,8 @@ include(RunCMake)
|
||||
# For `if (IN_LIST)`
|
||||
cmake_policy(SET CMP0057 NEW)
|
||||
|
||||
run_cmake(compiler_introspection)
|
||||
include("${RunCMake_BINARY_DIR}/compiler_introspection-build/info.cmake")
|
||||
run_cmake(Inspect)
|
||||
include("${RunCMake_BINARY_DIR}/Inspect-build/info.cmake")
|
||||
|
||||
# Test negative cases where C++20 modules do not work.
|
||||
run_cmake(NoCXX)
|
||||
|
||||
Reference in New Issue
Block a user