Skip to content

Commit

Permalink
Update required UUID for CMake 3.27.7
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielDosReis committed Nov 1, 2023
1 parent 6b4530f commit 3271e36
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 3271e36

Please sign in to comment.