Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cmake updates attempt 2 #6452

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion etc/config/cmakescript.amazon.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
compilers=cmake-3_26_1:cmake-3_27_9:cmake-3_28_0
compilers=cmake-3_26_1:cmake-3_26_4:cmake-3_27_9:cmake-3_28_0:cmake-3_28_4:cmake-3_29_2:cmake-3.29.20240506-g1ea8fa8
isSemVer=true
baseName=cmake
defaultCompiler=cmake-3_28_0

compiler.cmake-3_26_1.exe=/opt/compiler-explorer/cmake-v3.26.1/bin/cmake
compiler.cmake-3_26_1.semver=3.26.1

compiler.cmake-3_26_4.exe=/opt/compiler-explorer/cmake-v3.26.4/bin/cmake
compiler.cmake-3_26_4.semver=3.26.4

compiler.cmake-3_27_9.exe=/opt/compiler-explorer/cmake-v3.27.9/bin/cmake
compiler.cmake-3_27_9.semver=3.27.9

compiler.cmake-3_28_0.exe=/opt/compiler-explorer/cmake-v3.28.0/bin/cmake
compiler.cmake-3_28_0.semver=3.28.0

compiler.cmake-3_28_4.exe=/opt/compiler-explorer/cmake-v3.28.4/bin/cmake
compiler.cmake-3_28_4.semver=3.28.4

compiler.cmake-3_29_2.exe=/opt/compiler-explorer/cmake-v3.29.2/bin/cmake
compiler.cmake-3_29_2.semver=3.29.2

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