Skip to content

Commit

Permalink
Yet another typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blackhole89 committed Nov 23, 2021
1 parent 5bb1b5f commit 277a30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-clatexmath.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ index 9654360..a070437 100644
# needs extra lib to use std::filesystem
target_link_libraries(LaTeX PUBLIC "stdc++fs")
endif ()
- if ("${CMAKE_CXX_COMPILER_VERSION}" VERSION_LESS 8)
- if ("\${CMAKE_CXX_COMPILER_VERSION}" VERSION_LESS 8)
- # dose not have full c++17 features
- set(COMPILER_SUPPORTS_CXX17 OFF)
- endif ()
Expand Down

0 comments on commit 277a30b

Please sign in to comment.