Skip to content

Commit

Permalink
Fix building on macOS (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
hshakula authored and bsavery committed Dec 20, 2019
1 parent 95ac0af commit 17b710d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/FindRpr.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ else()
endif()

find_library(RPR_TAHOE_BINARY
NAMES libTahoe64
NAMES libTahoe64 Tahoe64
PATHS
"${RPR_LOCATION_LIB}"
DOC
Expand Down

0 comments on commit 17b710d

Please sign in to comment.