Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
update to cmake version 3.27.20230713-gdc88dd5
Browse files Browse the repository at this point in the history
  • Loading branch information
pboettch committed Jul 13, 2023
1 parent 9578e40 commit 7c6f28d
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 24 deletions.
2 changes: 1 addition & 1 deletion extract-upper-case.pl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
my %keywords; # command => keyword-list

# find cmake/Modules/ | sed -rn 's/.*CMakeDetermine(.+)Compiler.cmake/\1/p' | sort
my @languages = qw(ASM ASM_MASM ASM_NASM C CSharp CUDA CXX Fortran Java RC Swift);
my @languages = qw(ASM ASM_MASM ASM_NASM C CSharp CUDA CXX Fortran Java RC Swift HIP);

# unwanted upper-cases
my %unwanted = map { $_ => 1 } qw(VS CXX IDE NOTFOUND NO_ DFOO DBAR NEW GNU);
Expand Down
Loading

0 comments on commit 7c6f28d

Please sign in to comment.