vsg-dev / vsgXchange

Utility library for converting data+materials to/from VulkanSceneGraph
MIT License
65 stars 39 forks source link

Use CURL::libcurl target if available #192

Closed AnyOldName3 closed 3 months ago

AnyOldName3 commented 3 months ago

If curl's found via CMake config instead of the finder script, it might not set CURL_LIBRARIES.

There's no need to specify CURL_INCLUDE_DIR explicitly if the CURL::libcurl target is used as it sets it up implicitly.

robertosfield commented 3 months ago

Do you think this might help issue #191?

AnyOldName3 commented 3 months ago

Looks like it.