Skip to content
GitLab
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-slsdetector
Commits
a4865445
Commit
a4865445
authored
Mar 09, 2021
by
Alejandro Homs Puron
Browse files
Port to IBM Power9 (ppc64le)
parent
81b06940
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a4865445
...
...
@@ -115,6 +115,9 @@ add_library(slsdetector SHARED
${
SLSDETECTOR_INCS
}
)
# Additional compile definitions
add_compile_definitions
(
NO_WARN_X86_INTRINSICS
)
target_compile_options
(
slsdetector PRIVATE
"-Wno-address-of-packed-member"
)
# Generate export macros
...
...
@@ -126,8 +129,6 @@ set_target_properties(slsdetector PROPERTIES
VERSION
"
${
PROJECT_VERSION
}
"
SOVERSION
"
${
PACKAGE_VERSION_MAJOR
}
.
${
PACKAGE_VERSION_MINOR
}
"
)
MESSAGE
(
STATUS
"SLS_DETECTOR_SW=
${
SLS_DETECTOR_SW
}
"
)
# Add dependencies
target_include_directories
(
slsdetector
PUBLIC
"$<BUILD_INTERFACE:
${
CMAKE_CURRENT_SOURCE_DIR
}
/include>"
...
...
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