Skip to content

Commit

Permalink
Merge pull request #2 from GabrielDosReis/gdr/update-3.27.7-api-uuid
Browse files Browse the repository at this point in the history
Update required UUID for CMake 3.27.7
  • Loading branch information
GabrielDosReis authored Nov 1, 2023
2 parents 6b4530f + 3271e36 commit 3fa6d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CXXModuleExperimentalSupport.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Ack use of experimental features in CMake 3.27
set(CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API "ac01f462-0f5f-432a-86aa-acef252918a6")
# Ack use of experimental features in CMake 3.27.7
set(CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API "aa1f7df0-828a-4fcd-9afc-2dc80491aca7")

# This setup is MSVC-only for now, for `std` and `std.compat` standard C++ modules.
# These Standard Library Modules are available only in C++23 and up. Make sure you've
Expand Down

0 comments on commit 3fa6d76

Please sign in to comment.