aboutsummaryrefslogtreecommitdiff
path: root/cmake/Findcpr.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Findcpr.cmake')
-rw-r--r--cmake/Findcpr.cmake14
1 files changed, 0 insertions, 14 deletions
diff --git a/cmake/Findcpr.cmake b/cmake/Findcpr.cmake
deleted file mode 100644
index a8aed9d..0000000
--- a/cmake/Findcpr.cmake
+++ /dev/null
@@ -1,14 +0,0 @@
-include(FindPackageHandleStandardArgs)
-
-find_library(CPR_LIBRARY NAMES cpr)
-
-find_package_handle_standard_args(cpr REQUIRED_VARS CPR_LIBRARY)
-
-if (CPR_FOUND)
- mark_as_advanced(CPR_LIBRARY)
-endif()
-
-if(CPR_FOUND AND NOT TARGET cpr::cpr)
- add_library(cpr::cpr IMPORTED UNKNOWN)
- set_property(TARGET cpr::cpr PROPERTY IMPORTED_LOCATION ${CPR_LIBRARY})
-endif() \ No newline at end of file