Skip to content

Commit

Permalink
revert temp cmakefile changes
Browse files Browse the repository at this point in the history
Signed-Off-By: Salman A. Faruqi <[email protected]>
Signed-off-by: Salman Faruqi <[email protected]>
  • Loading branch information
safaruqi committed Sep 28, 2021
1 parent 7732907 commit da978ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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}")

Expand Down

0 comments on commit da978ee

Please sign in to comment.