Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex Ghosh
CMake
Commits
dbc4e2f1
Commit
dbc4e2f1
authored
Jun 15, 2009
by
Bill Hoffman
Browse files
ENH: add path for 64 bit on old hp
parent
b6fc0a78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/FindOpenGL.cmake
View file @
dbc4e2f1
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment