Skip to content
Snippets Groups Projects
Commit 7231f10d authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

fpic removed

parent 638ea4e5
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,9 @@ execute_process(COMMAND "grep CHAOS_ENABLE_C11:BOOL=OFF ${PREFIX}/CMakeConfigura
ENDIF()
IF(NOT CHAOS_TARGET)
ADD_DEFINITIONS(-DCHAOS -fPIC)
ADD_DEFINITIONS(-DCHAOS)
ELSE()
ADD_DEFINITIONS(-DCHAOS -fPIC -DFORCE_BOOST_SHPOINTER)
ADD_DEFINITIONS(-DCHAOS -DFORCE_BOOST_SHPOINTER)
message( STATUS "Forcing to use BOOST SHPOINTER")
ENDIF()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment