From 19ddd51b1db8f007ff555c917505b049bd8d01d4 Mon Sep 17 00:00:00 2001 From: safaruqi Date: Wed, 15 Sep 2021 07:57:58 -0400 Subject: [PATCH] revert temp cmakefile changes --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f6efd7fb..5d22f0f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ set(CMAKE_BUILD_TYPE Debug) #Set the compiler if the CXX environment variable is not set if (NOT CMAKE_CXX_COMPILER) - set(CMAKE_CXX_COMPILER clang) + set(CMAKE_CXX_COMPILER g++) endif() #Set the compiler if the CXX_STANDARD environment variable is not set if (NOT CMAKE_CXX_STANDARD) @@ -58,7 +58,7 @@ endif() if (QUANTUM_VERBOSE_MAKEFILE) message(STATUS "CMAKE_CXX_FLAGS = ${CMAKE_CXX_FLAGS}") endif() -set(CXX_EXTENSIONS ON) + # Determine if this is a 32 or 64 bit build math(EXPR BITS "8*${CMAKE_SIZEOF_VOID_P}")