Skip to content

Commit

Permalink
Fix typo in Warnings.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
aowenson-imm committed Apr 4, 2024
1 parent 361ec74 commit 752496a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Warnings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function(enable_warnings_as_errors TARGET_NAME)
-Wall -Wextra -Werror -Wundef -Wshadow-all
)
else()
message(FATAL_ERROR "Unknown compiler: ${(CMAKE_CXX_COMPILER_ID}")
message(FATAL_ERROR "Unknown compiler: ${CMAKE_CXX_COMPILER_ID}")
endif()
endfunction()

Expand Down

0 comments on commit 752496a

Please sign in to comment.