Skip to content
Snippets Groups Projects
Commit 727a3003 authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Do not use --disable-new-dtags that is not supported by all linker versions.

parent 92ee5ee9
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
# #
ADD_DEFINITIONS(-DDEBUG=2) ADD_DEFINITIONS(-DDEBUG=2)
SET(CMAKE_EXE_LINKER_FLAGS ${CMAKE_EXE_LINKER_FLAGS} -Wl,--disable-new-dtags)
# Add Boost path to include directories. # Add Boost path to include directories.
#INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS}) #INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS})
......
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