Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/FindLibcloudproviders.cmake')
-rw-r--r--cmake/modules/FindLibcloudproviders.cmake7
1 files changed, 4 insertions, 3 deletions
diff --git a/cmake/modules/FindLibcloudproviders.cmake b/cmake/modules/FindLibcloudproviders.cmake
index 0e1875fdc..800c1e482 100644
--- a/cmake/modules/FindLibcloudproviders.cmake
+++ b/cmake/modules/FindLibcloudproviders.cmake
@@ -35,8 +35,9 @@ endif()
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(
- LIBCLOUDPROVIDERS
- DEFAULT_MSG
- LIBCLOUDPROVIDERS_LIBRARY LIBCLOUDPROVIDERS_INCLUDE_DIR)
+ Libcloudproviders
+ DEFAULT_MSG
+ LIBCLOUDPROVIDERS_LIBRARY LIBCLOUDPROVIDERS_INCLUDE_DIR
+)
mark_as_advanced(LIBCLOUDPROVIDERS_INCLUDE_DIR LIBCLOUDPROVIDERS_LIBRARY)