Skip to content
Snippets Groups Projects
Commit fdb32252 authored by Michael Davis's avatar Michael Davis
Browse files

FindProtobuf3: allows (manual) selection between default version and eos-protobuf3 version

parent e3a97ef2
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,8 @@
# (To distribute this file outside of CMake, substitute the full
# License text for the above reference.)
set(PROTOBUF3_ROOT=/usr)
#set(PROTOBUF3_ROOT=/opt/eos)
set(PROTOBUF3_ROOT /usr)
#set(PROTOBUF3_ROOT /opt/eos)
set(PROTOBUF3_RPATH ${PROTOBUF3_ROOT}/lib64/protobuf3)
message(STATUS "PROTOBUF3_RPATH=${PROTOBUF3_RPATH}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment