diff options
| author | manuel <manuel@mausz.at> | 2016-05-01 18:06:14 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2016-05-01 18:06:14 +0200 |
| commit | 5823b05feb29a59510c32a9c28ca18b50b9b6399 (patch) | |
| tree | ac1603a592af9415b722b2669e04e417bd13c45c /project/cmake/modules/FindCrossGUID.cmake | |
| parent | 88de33e1836c646ccf594ef162c258d1210fd24e (diff) | |
| download | kodi-pvr-build-5823b05feb29a59510c32a9c28ca18b50b9b6399.tar.gz kodi-pvr-build-5823b05feb29a59510c32a9c28ca18b50b9b6399.tar.bz2 kodi-pvr-build-5823b05feb29a59510c32a9c28ca18b50b9b6399.zip | |
sync with upstream
Diffstat (limited to 'project/cmake/modules/FindCrossGUID.cmake')
| -rw-r--r-- | project/cmake/modules/FindCrossGUID.cmake | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/project/cmake/modules/FindCrossGUID.cmake b/project/cmake/modules/FindCrossGUID.cmake index 0d4a915..df40c9e 100644 --- a/project/cmake/modules/FindCrossGUID.cmake +++ b/project/cmake/modules/FindCrossGUID.cmake | |||
| @@ -30,10 +30,8 @@ if(ENABLE_INTERNAL_CROSSGUID) | |||
| 30 | else() | 30 | else() |
| 31 | find_path(CROSSGUID_INCLUDE_DIR guid.h) | 31 | find_path(CROSSGUID_INCLUDE_DIR guid.h) |
| 32 | 32 | ||
| 33 | find_library(CROSSGUID_LIBRARY_RELEASE NAMES crossguid | 33 | find_library(CROSSGUID_LIBRARY_RELEASE NAMES crossguid) |
| 34 | ${CONFIGURATION_LIBDIR_RELEASE}) | 34 | find_library(CROSSGUID_LIBRARY_DEBUG NAMES crossguidd) |
| 35 | find_library(CROSSGUID_LIBRARY_DEBUG NAMES crossguidd | ||
| 36 | ${CONFIGURATION_LIBDIR_DEBUG}) | ||
| 37 | 35 | ||
| 38 | include(SelectLibraryConfigurations) | 36 | include(SelectLibraryConfigurations) |
| 39 | select_library_configurations(CROSSGUID) | 37 | select_library_configurations(CROSSGUID) |
