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
Guilhem Saurel
hpp-fcl
Commits
4c141b41
Commit
4c141b41
authored
Dec 12, 2012
by
Ioan Sucan
Browse files
0.2.6
parent
7405f2cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4c141b41
...
...
@@ -89,7 +89,6 @@ configure_file("${pkg_conf_file}.in" "${pkg_conf_file}" @ONLY)
install
(
DIRECTORY include/ DESTINATION include
FILES_MATCHING PATTERN
"*.h"
PATTERN
"*.hxx"
PATTERN
".DS_Store"
EXCLUDE
PATTERN
".svn"
EXCLUDE
)
install
(
FILES
"
${
pkg_conf_file
}
"
DESTINATION lib/pkgconfig/ COMPONENT pkgconfig
)
...
...
CMakeModules/FCLVersion.cmake
View file @
4c141b41
# set the version in a way CMake can use
set
(
FCL_MAJOR_VERSION 0
)
set
(
FCL_MINOR_VERSION 2
)
set
(
FCL_PATCH_VERSION
5
)
set
(
FCL_PATCH_VERSION
6
)
set
(
FCL_VERSION
"
${
FCL_MAJOR_VERSION
}
.
${
FCL_MINOR_VERSION
}
.
${
FCL_PATCH_VERSION
}
"
)
# increment this when we have ABI changes
set
(
FCL_ABI_VERSION
1
)
set
(
FCL_ABI_VERSION
2
)
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