Skip to content
GitLab
Menu
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-pilatus
Commits
bde0f8e4
Commit
bde0f8e4
authored
Nov 06, 2018
by
Samuel Debionne
Browse files
Fix project version
parent
afa852fa
Pipeline
#6136
passed with stages
in 5 minutes and 44 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
bde0f8e4
...
...
@@ -56,7 +56,7 @@ if (CAMERA_MASTER_PROJECT)
endif
()
# CMake additional macros
set
(
CMAKE_MODULE_PATH
${
CMAKE_SOURCE_DIR
}
/cmake
${
LIMA_CMAKE_INCLUDE_DIRS
}
${
CMAKE_MODULE_PATH
}
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_
CURRENT_
SOURCE_DIR
}
/cmake
${
LIMA_CMAKE_INCLUDE_DIRS
}
${
CMAKE_MODULE_PATH
}
)
# Set version
include
(
project_version
)
...
...
@@ -106,7 +106,7 @@ generate_export_header(pilatus)
# Set version and output name
set_target_properties
(
pilatus 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
.
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