mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2026-01-24 06:39:20 -05:00
COMP: Consistent FetchContent usage
This commit is contained in:
4
vendor/toddcox.cmake
vendored
4
vendor/toddcox.cmake
vendored
@@ -1,8 +1,12 @@
|
||||
include(FetchContent)
|
||||
|
||||
FetchContent_Declare(
|
||||
toddcox
|
||||
GIT_REPOSITORY https://github.com/jcraymond/toddcox-faster.git
|
||||
GIT_TAG 265de59917bdf94709b40ad8aef5dd9ce5574242
|
||||
GIT_PROGRESS TRUE
|
||||
)
|
||||
|
||||
set(TC_BUILD_EXAMPLE OFF CACHE INTERNAL "")
|
||||
|
||||
FetchContent_MakeAvailable(toddcox)
|
||||
|
||||
Reference in New Issue
Block a user