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
Education
Marble
Commits
de5cef91
Commit
de5cef91
authored
Aug 02, 2020
by
Johnny Jazeix
Browse files
fix Windows compilation with protobuf
parent
1125e5e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/runner/osm/CMakeLists.txt
View file @
de5cef91
...
...
@@ -17,6 +17,10 @@ if (Protobuf_FOUND)
)
set
(
EXTRA_LIBS
${
Protobuf_LIBRARIES
}
${
ZLIB_LIBRARIES
}
)
add_definitions
(
-DHAVE_PROTOBUF
)
if
(
MSVC
)
add_definitions
(
-DPROTOBUF_USE_DLLS
)
endif
()
endif
()
set
(
osm_writers_SRCS
...
...
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