Files
opendaq-example-function-block/external/openDAQ/CMakeLists.txt
Jaka Mohorko 60daee2a73 Initial commit
2025-01-22 14:36:53 +01:00

13 lines
257 B
CMake

set(OPENDAQ_ENABLE_TESTS false)
FetchContent_Declare(
openDAQ
GIT_REPOSITORY https://github.com/openDAQ/openDAQ.git
GIT_TAG origin/main
GIT_PROGRESS ON
SYSTEM
FIND_PACKAGE_ARGS 3.11.0 GLOBAL
)
FetchContent_MakeAvailable(openDAQ)