Skip to content

Commit

Permalink
Improve glove5dt finder
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed Jan 3, 2011
1 parent 73d4de3 commit 9567cf8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions FindGlove5DT.cmake
Expand Up @@ -86,19 +86,22 @@ find_path(GLOVE5DT_INCLUDE_DIR
NAMES NAMES
fglove.h fglove.h
HINTS HINTS
${_incsearchultra}) ${_incsearchultra}
${GLOVE5DT_ROOT_DIR})


find_library(GLOVE5DT_LIBRARY_RELEASE find_library(GLOVE5DT_LIBRARY_RELEASE
NAMES NAMES
fglove fglove
HINTS HINTS
${_libsearchultra}) ${_libsearchultra}
${GLOVE5DT_ROOT_DIR})


find_library(GLOVE5DT_LIBRARY_DEBUG find_library(GLOVE5DT_LIBRARY_DEBUG
NAMES NAMES
fgloved fgloved
HINTS HINTS
${_libsearchultra}) ${_libsearchultra}
${GLOVE5DT_ROOT_DIR})




select_library_configurations(GLOVE5DT) select_library_configurations(GLOVE5DT)
Expand Down

0 comments on commit 9567cf8

Please sign in to comment.