Skip to content

Commit

Permalink
cmake: add experimental build for import std support
Browse files Browse the repository at this point in the history
  • Loading branch information
mathstuf committed May 8, 2024
1 parent f1f6225 commit af6c82d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion etc/config/cmakescript.amazon.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
compilers=cmake-3_26_1:cmake-3_26_4:cmake-3_26:cmake-3_27_9:cmake-3_27:cmake-3_28_0:cmake-3_28_4:cmake-3_28:cmake-3_29_2:cmake-3_29
compilers=cmake-3_26_1:cmake-3_26_4:cmake-3_26:cmake-3_27_9:cmake-3_27:cmake-3_28_0:cmake-3_28_4:cmake-3_28:cmake-3_29_2:cmake-3_29:cmake-importstd
isSemVer=true
baseName=cmake
defaultCompiler=cmake-3_28_0
Expand Down Expand Up @@ -32,3 +32,6 @@ compiler.cmake-3_29_2.semver=3.29.2

compiler.cmake-3_29.exe=/opt/compiler-explorer/cmake-v3.29/bin/cmake
compiler.cmake-3_29.semver=3.29.2

compiler.cmake-importstd.exe=/opt/compiler-explorer/cmake-importstd/bin/cmake
compiler.cmake-importstd.semver=3.29.20240506-g1ea8fa8

0 comments on commit af6c82d

Please sign in to comment.