Fix build

In some environments, build fails here due to `curl` dependency not being linked in time for `utilities` to see it.
This commit is contained in:
Nathaniel Hourt 2022-01-29 16:21:13 -06:00 committed by GitHub
parent 2a37d8a0a1
commit ee0d2b21e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ else()
${HEADERS} )
endif()
target_link_libraries( graphene_utilities fc )
target_link_libraries( graphene_utilities fc curl )
target_include_directories( graphene_utilities
PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include" )
if (USE_PCH)