Skip to content

Commit 40acd46

Browse files
committed
revert temp cmakefile changes
Signed-Off-By: Salman A. Faruqi <[email protected]>
1 parent f794a72 commit 40acd46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ set(CMAKE_BUILD_TYPE Debug)
4545

4646
#Set the compiler if the CXX environment variable is not set
4747
if (NOT CMAKE_CXX_COMPILER)
48-
set(CMAKE_CXX_COMPILER clang)
48+
set(CMAKE_CXX_COMPILER g++)
4949
endif()
5050
#Set the compiler if the CXX_STANDARD environment variable is not set
5151
if (NOT CMAKE_CXX_STANDARD)
@@ -58,7 +58,7 @@ endif()
5858
if (QUANTUM_VERBOSE_MAKEFILE)
5959
message(STATUS "CMAKE_CXX_FLAGS = ${CMAKE_CXX_FLAGS}")
6060
endif()
61-
set(CXX_EXTENSIONS ON)
61+
6262
# Determine if this is a 32 or 64 bit build
6363
math(EXPR BITS "8*${CMAKE_SIZEOF_VOID_P}")
6464

0 commit comments

Comments
 (0)