mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
Zlib search adapted for ubuntu 11.4, 64 bit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38825 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4e67cdb038
commit
91a5a3360b
@ -28,7 +28,7 @@ find_library(ZLIB_LIBRARY NAMES ${POTENTIAL_Z_LIBS}
|
||||
find_library(ZLIB_LIBRARY NAMES ${POTENTIAL_Z_LIBS}
|
||||
PATHS
|
||||
"C:\\Programme\\Microsoft Visual Studio 8\\VC\\lib"
|
||||
/usr/lib /usr/local/lib
|
||||
/usr/lib /usr/lib/x86_64-linux-gnu /usr/local/lib
|
||||
"${GNUWIN32_DIR}"/lib)
|
||||
|
||||
if(ZLIB_INCLUDE_DIR AND ZLIB_LIBRARY)
|
||||
|
Loading…
x
Reference in New Issue
Block a user