Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph
Commits
727a3003
Commit
727a3003
authored
Feb 04, 2020
by
Florent Lamiraux
Committed by
Florent Lamiraux florent@laas.fr
Feb 04, 2020
Browse files
Do not use --disable-new-dtags that is not supported by all linker versions.
parent
92ee5ee9
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/CMakeLists.txt
View file @
727a3003
...
...
@@ -2,7 +2,6 @@
#
ADD_DEFINITIONS
(
-DDEBUG=2
)
SET
(
CMAKE_EXE_LINKER_FLAGS
${
CMAKE_EXE_LINKER_FLAGS
}
-Wl,--disable-new-dtags
)
# Add Boost path to include directories.
#INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS})
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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