ENH: add path for 64 bit on old hp
This commit is contained in:
parent
b6fc0a78ff
commit
dbc4e2f101
|
@ -50,7 +50,9 @@ ELSE (WIN32)
|
|||
IF(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
SET(HPUX_IA_OPENGL_LIB_PATH /opt/graphics/OpenGL/lib/hpux32/)
|
||||
ELSE(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
SET(HPUX_IA_OPENGL_LIB_PATH /opt/graphics/OpenGL/lib/hpux64/)
|
||||
SET(HPUX_IA_OPENGL_LIB_PATH
|
||||
/opt/graphics/OpenGL/lib/hpux64/
|
||||
/opt/graphics/OpenGL/lib/pa20_64)
|
||||
ENDIF(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
|
||||
# The first line below is to make sure that the proper headers
|
||||
|
|
Loading…
Reference in New Issue