Explorar el Código

build protobuf

philippe44 hace 2 años
padre
commit
3fade26793
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      components/spotify/cspot/CMakeLists.txt

+ 1 - 1
components/spotify/cspot/CMakeLists.txt

@@ -36,7 +36,7 @@ if(UNIX AND NOT APPLE)
 endif()
 
 # Build protobuf code
-if(0)
+if(1)
 set(NANOPB_OPTIONS "-I${CMAKE_CURRENT_SOURCE_DIR}")
 file(GLOB PROTOS protobuf/*.proto)
 nanopb_generate_cpp(PROTO_SRCS PROTO_HDRS RELPATH ${CMAKE_CURRENT_SOURCE_DIR} ${PROTOS})