Closed kgbook closed 6 years ago
I download SelectConfigurations.cmake
and copy it to the project path, the issue has solved!
But a new problem:
Unknown CMake command "generate_import_target".
I found it in CreateImportTargetHelpers.cmake
.
I just want cmake module to find_package(CURL)
.
Perhaps it's better to git clone the repo, and grep the symbol.
detailed info
I did this
CMakeLists.txt
I expected the following
find_package(CURL REQUIRED)
with no error.cmake version
system info
Mac OS X 10.13.5 (17F77)