Skip to content

Commit

Permalink
Fix release build, fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaughan committed May 9, 2024
1 parent efb2833 commit 386d037
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 @@ -28,7 +28,7 @@ project(Zing
include(cmake/utils.cmake)
find_package(unofficial-concurrentqueue CONFIG REQUIRED)
find_package(SDL2 REQUIRED)
find_package(fmt REQUIRED)
find_package(fmt CONFIG REQUIRED)
find_package(portaudio CONFIG REQUIRED)

set(ZING_ROOT ${CMAKE_CURRENT_LIST_DIR})
Expand Down

0 comments on commit 386d037

Please sign in to comment.