summaryrefslogtreecommitdiffstats
path: root/project/cmake/modules/FindCrossGUID.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'project/cmake/modules/FindCrossGUID.cmake')
-rw-r--r--project/cmake/modules/FindCrossGUID.cmake6
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)
30else() 30else()
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)