Skip to content

Commit 66afdac

Browse files
authored
Merge pull request #31 from APN-Pucky/APN-Pucky-patch-1
Add one more QUADMATH lookup path
2 parents 172a05a + 2c316f0 commit 66afdac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ find_library(QUADMATH_LIBRARY
7575
/usr/local/lib /usr/x86_64-linux-gnu/*
7676
/usr/lib/gcc/x86_64-linux-gnu/*
7777
/usr/lib/gcc/x86_64-redhat-linux/*
78+
/usr/lib/gcc/x86_64-pc-linux-gnu/*
7879
"${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}"
7980
)
8081

0 commit comments

Comments
 (0)