-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revbump(main/ccache): Rebuild after fmt update
- Loading branch information
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff -u -r ../ccache-4.10.2/CMakeLists.txt ./CMakeLists.txt | ||
--- ../ccache-4.10.2/CMakeLists.txt 2024-07-22 14:02:41.000000000 +0000 | ||
+++ ./CMakeLists.txt 2024-09-20 10:49:33.591537848 +0000 | ||
@@ -10,7 +10,7 @@ | ||
|
||
set(CMAKE_CXX_STANDARD 17) | ||
set(CMAKE_CXX_STANDARD_REQUIRED YES) | ||
-set(CMAKE_CXX_EXTENSIONS NO) | ||
+set(CMAKE_CXX_EXTENSIONS YES) | ||
|
||
set(CMAKE_C_STANDARD 99) | ||
set(CMAKE_C_STANDARD_REQUIRED YES) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters