-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from oblivioncth/dev
Merge to master for v0.9.0.1
- Loading branch information
Showing
14 changed files
with
48 additions
and
403 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 was deleted.
Oops, something went wrong.
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,13 @@ | ||
# Sets up OBCMake to be imported via git | ||
|
||
# git_ref - Tag, branch name, or commit hash to retrieve. According to CMake docs, | ||
# a commit hash is preferred for speed and reliability | ||
|
||
macro(fetch_ob_cmake git_ref) | ||
include(FetchContent) | ||
FetchContent_Declare(OBCMake | ||
GIT_REPOSITORY "https://github.com/oblivioncth/OBCMake" | ||
GIT_TAG ${git_ref} | ||
) | ||
FetchContent_MakeAvailable(OBCMake) | ||
endmacro() |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.