Skip to content

Commit

Permalink
Merge pull request #726 from aowenson-imm/patch-Warnings-cmake
Browse files Browse the repository at this point in the history
Fix typo in Warnings.cmake
  • Loading branch information
tijyojwad authored Apr 4, 2024
2 parents 361ec74 + 752496a commit 73046e1
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 73046e1

Please sign in to comment.