From a1d1d8838fcc556ff19c63ac329378c257c33529 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Sat, 17 Sep 2022 23:20:01 +0200 Subject: [PATCH] Remove duplicate setter for C++ language standard --- indra/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt index d481b15a2c..dfcb5afecf 100644 --- a/indra/CMakeLists.txt +++ b/indra/CMakeLists.txt @@ -12,8 +12,6 @@ # "if(${CMAKE_VERSION} VERSION_LESS "3.20.0")" that can also be removed cmake_minimum_required(VERSION 3.16.0 FATAL_ERROR) -set(CMAKE_CXX_STANDARD 17) # Enable c++17 on all platforms - set(ROOT_PROJECT_NAME "Firestorm" CACHE STRING "The root project/makefile/solution name. Defaults to Firestorm.") project(${ROOT_PROJECT_NAME})