Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa-br34 committed Jan 2, 2024
1 parent 4f9929a commit e78bfb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ if(NOT CMAKE_BUILD_TYPE)
endif()

set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
#set(CMAKE_CXX_STANDARD 20)

message(STATUS "Generator = ${CMAKE_GENERATOR}")

Expand Down
2 changes: 1 addition & 1 deletion SOURCE/Configs/CompilerSpecific.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ namespace BigLib {
"BLACKFIN",
"EPIPHANY",
"MIPS",
"SUPERH"
"SUPERH",
"SPARC",
"POWER_PC", "POWER_PC64",

Expand Down

0 comments on commit e78bfb1

Please sign in to comment.