Skip to content

Commit

Permalink
Changes Done
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedImtiyaz-1 committed Jan 16, 2024
1 parent 34b2842 commit b9c70d7
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 @@ -40,7 +40,7 @@ if(WARNINGS_ENABLED)
# Test against a valid compiler
if("${CMAKE_C_COMPILER_ID}" STREQUAL "" AND "${CMAKE_CXX_COMPILER_ID}" STREQUAL "")
message(WARNING "Unknown compiler warning level support (skipping warning module)")
set(WARNINGS_AVAILABLE 0)
set(WARNINGS_AVAILABLE NULL)
return()
endif()

Expand Down

0 comments on commit b9c70d7

Please sign in to comment.