We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c402aaa commit 8d7ee53Copy full SHA for 8d7ee53
thirdparty/protobuf/build-protobuf.cmake
@@ -30,10 +30,7 @@ if(MSVC)
30
endif()
31
32
ecal_disable_all_warnings()
33
-ecal_variable_push(CMAKE_POLICY_VERSION_MINIMUM)
34
-set(CMAKE_POLICY_VERSION_MINIMUM 3.5)
35
add_subdirectory("${CMAKE_CURRENT_LIST_DIR}/protobuf" "${eCAL_BINARY_DIR}/thirdparty/protobuf" SYSTEM)
36
-ecal_variable_pop(CMAKE_POLICY_VERSION_MINIMUM)
37
ecal_restore_warning_level()
38
39
if (NOT TARGET protobuf::libprotobuf)
0 commit comments