Skip to content

Commit

Permalink
Merge pull request #96 from koide3/fix_iridescence
Browse files Browse the repository at this point in the history
fix FindIridescence
  • Loading branch information
koide3 authored Jul 9, 2024
2 parents 621d4d3 + 8192778 commit 93d37dd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cmake/FindIridescence.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ find_library(Iridescence_LIBRARY NAMES iridescence
HINTS /usr/local/lib /usr/lib
DOC "Iridescence libraries")

find_library(gl_imgui_LIBRARY NAMES gl_imgui
HINTS /usr/local/lib /usr/lib
DOC "Iridescence libraries")

set(Iridescence_LIBRARIES ${Iridescence_LIBRARY} ${gl_imgui_LIBRARY})
set(Iridescence_LIBRARIES ${Iridescence_LIBRARY})

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(Iridescence DEFAULT_MSG Iridescence_INCLUDE_DIRS Iridescence_LIBRARIES)

0 comments on commit 93d37dd

Please sign in to comment.