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
4f75814e
Commit
4f75814e
authored
Mar 02, 2020
by
Guilhem Saurel
Browse files
[CMake] fix SUFFIX_SO_VERSION
parent
26758a0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4f75814e
...
...
@@ -174,7 +174,7 @@ OPTION(SUFFIX_SO_VERSION
"Suffix shared library name by a string depending on git status of project"
ON
)
IF
(
${
SUFFIX_SO_VERSION
}
EQUAL
"ON"
)
IF
(
SUFFIX_SO_VERSION
)
SET_TARGET_PROPERTIES
(
${
PROJECT_NAME
}
PROPERTIES SOVERSION
${
PROJECT_VERSION
}
)
ENDIF
()
...
...
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