From 3627cf2b1aa22ee527dd40b481eb8eadd907321e Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 8 Dec 2017 10:04:18 -0500 Subject: [PATCH] Typo fix for recent commit Introduced in 9376138d0623b0cae33b030c8de7bf4ff992f9c9 [skip ci] --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a817d51837..9e7461d84a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -96,7 +96,7 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_CLANGXX) configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h) add_definitions(-DHAVE_CONFIG_H) - # Escape the two plus chars as otherwise cmak complains about invalid regex + # Escape the two plus chars as otherwise cmake complains about invalid regex if(${BUILD_ENABLE_CXX_STD} MATCHES "C\\+\\+17") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17") elseif(${BUILD_ENABLE_CXX_STD} MATCHES "C\\+\\+14")