Skip to content

Commit

Permalink
Remove long outdated comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Sep 2, 2024
1 parent 70513dc commit 91a662d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -902,8 +902,6 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
)
endif()
if (${clang_version} VERSION_GREATER_EQUAL "14.0")
# These are for Emscripten which is ahead of xcode in its clang
# version. Also future proofing for when xcode catches up.
set_source_files_properties(
${BASISU_ENCODER_CXX_SRC}
PROPERTIES COMPILE_OPTIONS "-Wno-sign-compare;-Wno-unused-variable;-Wno-unused-parameter;-Wno-deprecated-copy-with-user-provided-copy"
Expand Down

0 comments on commit 91a662d

Please sign in to comment.