mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 18:43:55 -07:00
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 other needed libraries
|
||||||
FIND_PACKAGE(Protobuf REQUIRED)
|
FIND_PACKAGE(Protobuf REQUIRED)
|
||||||
|
IF(NOT EXISTS "${Protobuf_PROTOC_EXECUTABLE}")
|
||||||
|
MESSAGE(FATAL_ERROR "No protoc command found!")
|
||||||
|
ENDIF()
|
||||||
|
|
||||||
#Find OpenSSL
|
#Find OpenSSL
|
||||||
IF(WIN32)
|
IF(WIN32)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue