-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
artiom
committed
Dec 9, 2024
1 parent
8004ca0
commit 611ec15
Showing
6 changed files
with
14 additions
and
10 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 |
---|---|---|
|
@@ -94,3 +94,7 @@ gmon.out | |
# QtCreator | ||
|
||
CMakeLists.txt.user | ||
|
||
# MSVS. | ||
|
||
/.vs |
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,3 +1,3 @@ | ||
{ | ||
"CurrentProjectSetting": "Windows x64 Debug (windows-default)" | ||
} | ||
"CurrentProjectSetting": "Windows x64 Debug (windows-ninja)" | ||
} |
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 |
---|---|---|
|
@@ -310,7 +310,7 @@ add_third_party("gh:p-ranav/[email protected]" | |
"CSV2_TEST OFF" | ||
"CSV2_SAMPLES OFF") | ||
|
||
if ("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "^x86.*") | ||
if ("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "(x86.*)|(X86.*)|(amd64)|(AMD64)") | ||
add_third_party("gh:intel/pcm" | ||
GIT_TAG 2f9b0c2 | ||
OPTIONS | ||
|
@@ -323,7 +323,7 @@ add_third_party("gh:zeromq/[email protected]" | |
OPTIONS | ||
"CPPZMQ_BUILD_TESTS OFF") | ||
|
||
add_third_party("gh:Tencent/rapidjson#7c73dd7" | ||
add_third_party("gh:Tencent/rapidjson#ebd87cb" | ||
OPTIONS | ||
"RAPIDJSON_BUILD_DOC OFF" | ||
"RAPIDJSON_BUILD_ASAN OFF" | ||
|
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