Skip to content
Snippets Groups Projects
Commit ffaee73f authored by amichelotti's avatar amichelotti
Browse files

Merge branch 'experimental' of...

Merge branch 'experimental' of ssh://baltig.infn.it/chaos-lnf-control/chaosframework into experimental
parents 67df140e 7231f10d
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