diff options
Diffstat (limited to 'modules/FindSoprano.cmake')
| -rw-r--r-- | modules/FindSoprano.cmake | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/modules/FindSoprano.cmake b/modules/FindSoprano.cmake index 7857cbdb..f5d23b3b 100644 --- a/modules/FindSoprano.cmake +++ b/modules/FindSoprano.cmake @@ -6,6 +6,7 @@ if(SOPRANO_INCLUDE_DIR AND SOPRANO_LIBRARIES AND SOPRANO_INDEX_LIBRARIES)    set(Soprano_FOUND TRUE)  else(SOPRANO_INCLUDE_DIR AND SOPRANO_LIBRARIES AND SOPRANO_INDEX_LIBRARIES) +  INCLUDE(FindLibraryWithDebug)    FIND_PATH(SOPRANO_INCLUDE_DIR       NAMES @@ -15,7 +16,7 @@ else(SOPRANO_INCLUDE_DIR AND SOPRANO_LIBRARIES AND SOPRANO_INDEX_LIBRARIES)      ${INCLUDE_INSTALL_DIR}      ) -  FIND_LIBRARY_EX(SOPRANO_LIBRARIES +  FIND_LIBRARY_WITH_DEBUG(SOPRANO_LIBRARIES      WIN32_DEBUG_POSTFIX d      NAMES soprano      PATHS | 
