parent
f1e79707e8
commit
63cf0ae764
1 changed files with 3 additions and 0 deletions
|
@ -163,6 +163,9 @@ set(CMAKE_AUTOMOC TRUE)
|
|||
|
||||
# Find other needed libraries
|
||||
FIND_PACKAGE(Protobuf REQUIRED)
|
||||
IF(NOT EXISTS "${Protobuf_PROTOC_EXECUTABLE}")
|
||||
MESSAGE(FATAL_ERROR "No protoc command found!")
|
||||
ENDIF()
|
||||
|
||||
#Find OpenSSL
|
||||
IF(WIN32)
|
||||
|
|
Loading…
Reference in a new issue