Files
opendaq-example-function-block/external/openDAQ/CMakeLists.txt
2025-08-27 13:55:30 +02:00

13 lines
250 B
CMake

set(OPENDAQ_ENABLE_TESTS false)
FetchContent_Declare(
openDAQ
GIT_REPOSITORY https://github.com/openDAQ/openDAQ.git
GIT_TAG v3.20.2
GIT_PROGRESS ON
SYSTEM
FIND_PACKAGE_ARGS 3.20.2 GLOBAL
)
FetchContent_MakeAvailable(openDAQ)