Skip to content

Commit

Permalink
Add a comment how to install the fmt package
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Oct 22, 2021
1 parent b466b38 commit c24037d
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 @@ -181,7 +181,7 @@ if (MSVC)
set(HAVE_LFORTRAN_DEMANGLE no)
endif()

# fmt
# fmt (`conda install fmt`)
set(WITH_FMT no CACHE BOOL "Build with `fmt` support")
if (WITH_FMT)
find_package(fmt)
Expand Down

0 comments on commit c24037d

Please sign in to comment.