CMake: fix typo in comment

This commit is contained in:
Kawe Mazidjatari 2024-12-05 13:19:35 +01:00
parent fd0521fce6
commit e0c7a9b980

View File

@ -120,7 +120,7 @@ macro( whole_program_optimization )
endmacro() endmacro()
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Toggles wether or not to treat warnings as errors # Toggles whether or not to treat warnings as errors
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
macro( warnings_as_errors TARGET FLAG ) macro( warnings_as_errors TARGET FLAG )
if( ${FLAG} ) if( ${FLAG} )