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
CamiTK
CamiTK Community Edition
Commits
02f1f530
Commit
02f1f530
authored
Mar 30, 2016
by
Emmanuel Promayon
Browse files
FIXED compiler error if no git command-line installed
parent
6f44ea7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
sdk/SDKConfig.cmake
View file @
02f1f530
...
...
@@ -33,7 +33,10 @@ if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/libraries/core/CamiTKVersion.h)
get_git_info
(
${
CMAKE_CURRENT_SOURCE_DIR
}
)
set
(
CAMITK_VERSION_GIT
".
${
CAMITK_GIT_COMMIT_COUNT
}
"
)
set
(
CAMITK_SVN_SUBVERSION_FOUND
"1"
)
endif
()
else
()
set
(
CAMITK_VERSION_GIT
".git"
)
set
(
CAMITK_SVN_SUBVERSION_FOUND
"0"
)
endif
()
else
()
set
(
CAMITK_SVN_SUBVERSION_FOUND
"0"
)
set
(
CAMITK_SOURCE_PACKAGE_VERSION
"1"
)
...
...
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