Is there any way for the result of find_package(CURL REQUIRED)
in A
’s scope so that no need for find_package(CURL REQUIRED)
in B’s CMakeLists
?
Is there any way for the result of find_package(CURL REQUIRED)
in A
’s scope so that no need for find_package(CURL REQUIRED)
in B’s CMakeLists
?