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:
parent
2a37d8a0a1
commit
ee0d2b21e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue