Commit 9a8b5717 authored by John Harwell's avatar John Harwell
Browse files

Added SET(CMAKE_POSITION_INDEPENDENT_CODE ON) to src/CMakeLists.txt. After...

Added SET(CMAKE_POSITION_INDEPENDENT_CODE ON) to src/CMakeLists.txt.  After the previous commit with changes for processing of OpenGL errors, FTGL code failed to compile on both Ubuntu and RedHat Linux with a 'position independent code' issue in Qt.  Adding the property fixed compilation on both Linux operating systems.
parent 77dc9c2e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment