You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use FetchContent in my CMakeLists file to load the header into my build using the current layout of this project?
I could not get it to work.
This was my approach
include(FetchContent)
FetchContent_Declare(influxdb
GIT_REPOSITORY https://github.com/orca-zhang/influxdb-cpp
GIT_TAG master
)
FetchContent_MakeAvailable(influxdb)
###
# followd by macro that includes the dep
The text was updated successfully, but these errors were encountered:
Is it possible to use FetchContent in my CMakeLists file to load the header into my build using the current layout of this project?
I could not get it to work.
This was my approach
The text was updated successfully, but these errors were encountered: