Skip to content
GitLab
Menu
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
sot-dynamic-pinocchio
Commits
e2e5a830
Commit
e2e5a830
authored
Jul 28, 2010
by
Francois Keith
Browse files
SET_TARGET_PROPERTIES are not cumulative
There can be only one.
parent
c085963f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
e2e5a830
...
...
@@ -93,10 +93,7 @@ FOREACH(lib ${libs})
ENDIF
(
UNIX
)
IF
(
WIN32
)
SET_TARGET_PROPERTIES
(
${
lib
}
PROPERTIES
LINK_FLAGS
"
${${
PROJECT_NAME
}
_src_LDFLAGS
}
"
)
SET
(
${
lib
}
_plugins_link_flags
"
${${
PROJECT_NAME
}
_src_LDFLAGS
}
${${
lib
}
_plugins_link_flags
}
"
)
ENDIF
(
WIN32
)
SET_TARGET_PROPERTIES
(
${
lib
}
PROPERTIES
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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