We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f794a72 commit 40acd46Copy full SHA for 40acd46
CMakeLists.txt
@@ -45,7 +45,7 @@ set(CMAKE_BUILD_TYPE Debug)
45
46
#Set the compiler if the CXX environment variable is not set
47
if (NOT CMAKE_CXX_COMPILER)
48
- set(CMAKE_CXX_COMPILER clang)
+ set(CMAKE_CXX_COMPILER g++)
49
endif()
50
#Set the compiler if the CXX_STANDARD environment variable is not set
51
if (NOT CMAKE_CXX_STANDARD)
@@ -58,7 +58,7 @@ endif()
58
if (QUANTUM_VERBOSE_MAKEFILE)
59
message(STATUS "CMAKE_CXX_FLAGS = ${CMAKE_CXX_FLAGS}")
60
61
-set(CXX_EXTENSIONS ON)
+
62
# Determine if this is a 32 or 64 bit build
63
math(EXPR BITS "8*${CMAKE_SIZEOF_VOID_P}")
64
0 commit comments