Skip to content

Commit

Permalink
#718: temporarily assume we are using the fmt in pressio-log
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Feb 5, 2025
1 parent 5941c10 commit bb69c77
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 @@ -47,7 +47,7 @@ else()
)

FetchContent_MakeAvailable(pressio-log)
set(PRESSIO_LOG_INCLUDE_DIR ${pressio-log_SOURCE_DIR}/include)
set(PRESSIO_LOG_INCLUDE_DIR ${pressio-log_SOURCE_DIR}/include;${pressio-log_SOURCE_DIR}/lib/fmt/include)

endif()

Expand Down

0 comments on commit bb69c77

Please sign in to comment.