-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: downgrade cmake version to 3.11.4
Signed-off-by: black-desk <me@black-desk.cn>
- Loading branch information
1 parent
7e3c5ea
commit ec5e54e
Showing
4 changed files
with
135 additions
and
95 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
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,7 @@ | ||
include(CheckCXXSourceCompiles) | ||
|
||
check_cxx_source_compiles( "#include <nlohmann/json.hpp>" nlohmann_json_FOUND) | ||
|
||
if(nlohmann_json_FOUND) | ||
add_library(nlohmann_json::nlohmann_json INTERFACE) | ||
endif() |
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.