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
LidarView
LidarView-Superbuild
Commits
c462ae9a
Commit
c462ae9a
authored
Feb 02, 2021
by
Jerome Dias
Browse files
[refactor] Change cmake prefix VV to LV
parent
0afa4b9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
c462ae9a
...
...
@@ -44,14 +44,14 @@ endif()
include
(
CheckTypeSize
)
check_type_size
(
void* VOID_PTR_SIZE BUILTIN_TYPES_ONLY
)
if
(
VOID_PTR_SIZE EQUAL 8
)
set
(
V
V_BUILD_ARCHITECTURE
"64"
)
set
(
L
V_BUILD_ARCHITECTURE
"64"
)
else
()
set
(
V
V_BUILD_ARCHITECTURE
"32"
)
set
(
L
V_BUILD_ARCHITECTURE
"32"
)
endif
()
# Set suffix to be used for generating archives. This ensures that the package
# files have decent names that we can directly upload to the website.
set
(
package_suffix
"
${
CMAKE_SYSTEM_NAME
}
-
${
V
V_BUILD_ARCHITECTURE
}
bit"
)
set
(
package_suffix
"
${
CMAKE_SYSTEM_NAME
}
-
${
L
V_BUILD_ARCHITECTURE
}
bit"
)
#-----------------------------------------------------------------------------
# Setup CMAKE_MODULE_PATH so that platform specific configurations are processed
...
...
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