Skip to content

Commit

Permalink
Add ToDo
Browse files Browse the repository at this point in the history
  • Loading branch information
salvacarrion committed Oct 23, 2020
1 parent 4973bc6 commit cbcc053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ else()

set(Protobuf_ROOT "${EP_BASE_DIR}/protobuf" PARENT_SCOPE)
set(Protobuf_INCLUDE_DIRS "${EP_BASE_DIR}/protobuf/include" PARENT_SCOPE)
set(Protobuf_LIBRARIES_DIRS "${EP_BASE_DIR}/protobuf/lib")
set(Protobuf_LIBRARIES_DIRS "${EP_BASE_DIR}/protobuf/lib") # TODO: Fix. Sometimes is /lib, and others /lib64
set(Protobuf_LIBRARIES_DIRS ${Protobuf_LIBRARIES_DIRS} PARENT_SCOPE)
# set(Protobuf_LIBRARIES "protobuf" PARENT_SCOPE)
set(Protobuf_PROTOC_EXECUTABLE "${EP_BASE_DIR}/protobuf/bin/protoc" PARENT_SCOPE)
Expand Down

0 comments on commit cbcc053

Please sign in to comment.