From 93550ebed70ea84103dea5978460cda202c9d64e Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Thu, 14 Oct 2021 12:48:13 +0200 Subject: [PATCH] fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ea825033..bf0415e7d 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,7 +82,7 @@ endif() #Add two fake libraries to manage options add_library(slsProjectOptions INTERFACE) add_library(slsProjectWarnings INTERFACE) -target_compile_features(slsProjectOptions INTERFACE std_cxx_11) +target_compile_features(slsProjectOptions INTERFACE cxx_std_11) target_compile_options(slsProjectWarnings INTERFACE -Wall -Wextra