Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
Lima-camera-frelon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LimaGroup
Lima-camera-frelon
Commits
80326f80
Commit
80326f80
authored
Nov 06, 2018
by
Samuel Debionne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix project version
parent
6aaa3bb2
Pipeline
#6133
passed with stages
in 6 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
80326f80
...
...
@@ -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
)
...
...
@@ -110,7 +110,7 @@ generate_export_header(frelon)
# Set version and output name
set_target_properties
(
frelon PROPERTIES
OUTPUT_NAME
"lima
${
PROJECT_NAME_LOWER
}
"
VERSION
"
${
VERSION
}
"
VERSION
"
${
PROJECT_
VERSION
}
"
SOVERSION
"
${
PACKAGE_VERSION_MAJOR
}
.
${
PACKAGE_VERSION_MINOR
}
"
)
# Add dependencies
...
...
Write
Preview
Markdown
is supported
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