Skip to content

Commit

Permalink
revert #3291 (#3329)
Browse files Browse the repository at this point in the history
  • Loading branch information
umangyadav authored Jul 31, 2024
1 parent 403ee86 commit bdc7d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@ target_link_libraries(migraphx PRIVATE nlohmann_json::nlohmann_json)
find_package(SQLite3 REQUIRED)
target_link_libraries(migraphx PRIVATE SQLite::SQLite3)

find_package(msgpack-cxx QUIET)
if(NOT msgpack-cxx_FOUND)
find_package(msgpackc-cxx QUIET)
if(NOT msgpackc-cxx_FOUND)
find_package(msgpack REQUIRED)
endif()
target_link_libraries(migraphx PRIVATE msgpackc-cxx)
Expand Down

0 comments on commit bdc7d17

Please sign in to comment.