Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima-camera-slsdetector
Commits
50ca216d
Commit
50ca216d
authored
Dec 21, 2018
by
Samuel Debionne
Browse files
Fix project version
parent
828ee85e
Pipeline
#8063
failed with stages
in 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
50ca216d
...
...
@@ -123,7 +123,7 @@ generate_export_header(slsdetector)
# Set version and output name
set_target_properties
(
slsdetector PROPERTIES
OUTPUT_NAME
"lima
${
PROJECT_NAME_LOWER
}
"
VERSION
"
${
VERSION
}
"
VERSION
"
${
PROJECT_
VERSION
}
"
SOVERSION
"
${
PACKAGE_VERSION_MAJOR
}
.
${
PACKAGE_VERSION_MINOR
}
"
)
# Add dependencies
...
...
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