diff --git a/.codelite/neko-player-someone.tags b/.codelite/neko-player-someone.tags index 5254ea5..db051cd 100644 Binary files a/.codelite/neko-player-someone.tags and b/.codelite/neko-player-someone.tags differ diff --git a/CMakeLists.txt b/CMakeLists.txt index 047fa15..dd38c7d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -221,10 +221,10 @@ macro(prefix_all) endmacro() include(FetchContent) -execute_process(COMMAND patch -u -Np1 -i ${CMAKE_SOURCE_DIR}/protobuf_c_optional-1.patch WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/subprojects/protobuf-c/) -set(BUILD_PROTOC ON CACHE BOOL "" FORCE) -set(BUILD_TESTS OFF CACHE BOOL "" FORCE) -add_subdirectory(${CMAKE_SOURCE_DIR}/subprojects/protobuf-c/build-cmake) +#execute_process(COMMAND patch -u -Np1 -i ${CMAKE_SOURCE_DIR}/protobuf_c_optional-1.patch WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/subprojects/protobuf-c/) +#set(BUILD_PROTOC ON CACHE BOOL "" FORCE) +#set(BUILD_TESTS OFF CACHE BOOL "" FORCE) +#add_subdirectory(${CMAKE_SOURCE_DIR}/subprojects/protobuf-c/build-cmake) if(BUILD_PROTOBUF) set(_PROTOBUF_LIBPROTOBUF protobuf::libprotobuf) else()