mirror of https://github.com/PCSX2/pcsx2.git
BuildParameters.cmake: fix typo
This commit is contained in:
parent
11cd6b56cd
commit
61b984a6c1
|
@ -91,7 +91,7 @@ elseif(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
|||
set(USE_GCC TRUE)
|
||||
message(STATUS "Building with GNU GCC")
|
||||
else()
|
||||
message(FATAL_ERROR "Unknow compiler: ${CMAKE_CXX_COMPILER_ID}")
|
||||
message(FATAL_ERROR "Unknown compiler: ${CMAKE_CXX_COMPILER_ID}")
|
||||
endif()
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue