File: FetchBLT.cmake

package info (click to toggle)
tiledarray 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 9,568 kB
  • sloc: cpp: 53,449; javascript: 1,599; sh: 393; ansic: 226; python: 223; xml: 195; makefile: 36
file content (9 lines) | stat: -rw-r--r-- 225 bytes parent folder | download
1
2
3
4
5
6
7
8
9
FetchContent_Declare(
    BLT
    GIT_REPOSITORY      https://github.com/evaleev/blt.git
    GIT_TAG             origin/develop
)
FetchContent_MakeAvailable(BLT)
FetchContent_GetProperties(BLT
    SOURCE_DIR BLT_SOURCE_DIR
)