Skip to content

Commit

Permalink
Fix list of options.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Apr 11, 2024
1 parent 49bab55 commit 045b04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ if(ENABLE_FRONTEND)
set(tinyxml2_BUILD_TESTING FALSE)
add_subdirectory(libs/tinyxml2)
add_subdirectory(libs/microtex EXCLUDE_FROM_ALL)
target_compile_options(LaTeX PUBLIC "-Wno-reorder" "-Wno-sign-compare" "-Wno-switch" "-Wno-unused-variable", "-Wno-unused-parameter", "-Wignored-qualifiers")
target_compile_options(LaTeX PUBLIC "-Wno-reorder" "-Wno-sign-compare" "-Wno-switch" "-Wno-unused-variable" "-Wno-unused-parameter" "-Wignored-qualifiers")
endif()
add_subdirectory(frontend)
if(ENABLE_MICROTEX)
Expand Down

0 comments on commit 045b04d

Please sign in to comment.