From 4195fe65579bc99b3c527f33a04769129d0b9a5f Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Fri, 27 May 2022 12:35:46 +0200 Subject: [PATCH] CMake config: Remove unused line --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b98201d..147d012 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,8 +4,6 @@ project(osmpbf VERSION 1.5.0) include(GNUInstallDirs) -#set(CMAKE_CXX_STANDARD 11) - find_package(Protobuf REQUIRED) add_subdirectory(osmpbf)