-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added support of arm64 architecture for OSX
- Loading branch information
1 parent
1026223
commit b5fb0ad
Showing
12 changed files
with
146 additions
and
197 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 |
---|---|---|
@@ -1 +1 @@ | ||
1.17.3 | ||
2.3.17 |
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 |
---|---|---|
@@ -1 +1 @@ | ||
2.4.10 | ||
3.1.2 |
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 |
---|---|---|
@@ -1 +1 @@ | ||
20210206 | ||
20220706 |
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
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
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
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,20 @@ | ||
--- CMakeLists.txt.orig 2022-07-05 17:51:38.000000000 +0200 | ||
+++ CMakeLists.txt 2022-07-05 17:51:57.000000000 +0200 | ||
@@ -101,17 +101,6 @@ | ||
endif() | ||
endif() | ||
endif() | ||
-if(NOT CMake_TEST_EXTERNAL_CMAKE) | ||
- # include special compile flags for some compilers | ||
- include(CompileFlags.cmake) | ||
- | ||
- # check for available C++ features | ||
- include(${CMake_SOURCE_DIR}/Source/Checks/cm_cxx_features.cmake) | ||
- | ||
- if(NOT CMake_HAVE_CXX_UNIQUE_PTR) | ||
- message(FATAL_ERROR "The C++ compiler does not support C++11 (e.g. std::unique_ptr).") | ||
- endif() | ||
-endif() | ||
|
||
# Inform STL library header wrappers whether to use system versions. | ||
configure_file(${CMake_SOURCE_DIR}/Utilities/std/cmSTL.hxx.in |
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
Oops, something went wrong.