Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Kate Kader
Open VDS
Commits
216b6c78
Commit
216b6c78
authored
Nov 14, 2019
by
Jørgen Lind
Browse files
Make sure openvds_objects don't build before azure-storage is installed
parent
a53ebc33
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
216b6c78
...
...
@@ -115,7 +115,7 @@ get_property(runtime_3rdparty_release GLOBAL PROPERTY OPENVDS_RUNTIME_LIBS_RELEA
get_property
(
runtime_3rdparty_debug GLOBAL PROPERTY OPENVDS_RUNTIME_LIBS_DEBUG
)
get_property
(
include_3rdparty GLOBAL PROPERTY OPENVDS_INCLUDE_LIBRARIES
)
add_dependencies
(
openvds_objects aws-cpp-sdk
)
add_dependencies
(
openvds_objects aws-cpp-sdk
azure-storage
)
target_include_directories
(
openvds_objects SYSTEM PRIVATE
${
include_3rdparty
}
"
${
CMAKE_CURRENT_SOURCE_DIR
}
"
)
target_compile_definitions
(
openvds_objects PRIVATE openvds_EXPORTS
)
...
...
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