From 17b710df95a054d89375d08d1f19afc1b0f044ed Mon Sep 17 00:00:00 2001 From: George Shakula Date: Fri, 20 Dec 2019 17:36:22 +0200 Subject: [PATCH] Fix building on macOS (#212) --- cmake/modules/FindRpr.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/FindRpr.cmake b/cmake/modules/FindRpr.cmake index 43c619897..0cead740b 100644 --- a/cmake/modules/FindRpr.cmake +++ b/cmake/modules/FindRpr.cmake @@ -62,7 +62,7 @@ else() endif() find_library(RPR_TAHOE_BINARY - NAMES libTahoe64 + NAMES libTahoe64 Tahoe64 PATHS "${RPR_LOCATION_LIB}" DOC