blob: 14295387103fc68cfdd7111573b4743bfbf7972b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- cmake/FindClipper.cmake.orig 2020-12-24 21:19:11 UTC
+++ cmake/FindClipper.cmake
@@ -55,8 +55,8 @@ set(LIB_SEARCHDIRS
set(_deb_postfix "d")
-find_library(CLIPPER_LIBRARIES_RELEASE polyclipping ${LIB_SEARCHDIRS})
-find_library(CLIPPER_LIBRARIES_DEBUG polyclipping${_deb_postfix} ${LIB_SEARCHDIRS})
+find_library(CLIPPER_LIBRARIES_RELEASE libpolyclipping.so ${LIB_SEARCHDIRS})
+find_library(CLIPPER_LIBRARIES_DEBUG libpolyclipping${_deb_postfix} ${LIB_SEARCHDIRS})
if(CLIPPER_LIBRARIES_${CLIPPER_BUILD_TYPE})
set(CLIPPER_LIBRARIES "${CLIPPER_LIBRARIES_${CLIPPER_BUILD_TYPE}}")
|