mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-11-09 19:40:04 +00:00
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next
This commit is contained in:
commit
76bf09dc32
@ -1940,13 +1940,7 @@ if((NOT Protobuf_FOUND) OR (NOT Protobuf_PROTOC_EXECUTABLE) OR (${Protobuf_VERSI
|
|||||||
message(FATAL_ERROR "aclocal is required to build Protocol Buffers from source")
|
message(FATAL_ERROR "aclocal is required to build Protocol Buffers from source")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
find_package(CURL REQUIRED)
|
|
||||||
set_package_properties(CURL PROPERTIES
|
|
||||||
URL "https://curl.haxx.se/"
|
|
||||||
DESCRIPTION "Command line tool and library for transferring data with URLs"
|
|
||||||
PURPOSE "Required to build Protocol Buffers."
|
|
||||||
TYPE REQUIRED
|
|
||||||
)
|
|
||||||
set(PROTOBUF_MAKE_PROGRAM ${CMAKE_MAKE_PROGRAM})
|
set(PROTOBUF_MAKE_PROGRAM ${CMAKE_MAKE_PROGRAM})
|
||||||
if(PROTOBUF_MAKE_PROGRAM MATCHES "ninja")
|
if(PROTOBUF_MAKE_PROGRAM MATCHES "ninja")
|
||||||
find_program(MAKE_EXECUTABLE make
|
find_program(MAKE_EXECUTABLE make
|
||||||
|
Loading…
Reference in New Issue
Block a user