Skip to content

Commit

Permalink
chore: add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Feb 5, 2021
1 parent 656008e commit 0dbbd0b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/nextalign_cli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_INSTALL_MESSAGE LAZY)

find_package(Boost 1.75.0 COMPONENTS headers REQUIRED)
find_package(TBB REQUIRED)
find_package(cxxopts 2.2.1 REQUIRED)
find_package(fmt 7.1.0 REQUIRED)
find_package(TBB REQUIRED)
find_package(ghcFilesystem 1.4.0 REQUIRED)

if (${NEXTALIGN_STATIC_BUILD} AND NOT APPLE)
if (MINGW)
Expand Down Expand Up @@ -65,11 +66,12 @@ target_include_directories(${PROJECT_NAME} SYSTEM

target_link_libraries(${PROJECT_NAME}
PRIVATE
nextalign
Boost::headers
TBB::tbb
cxxopts::cxxopts
fmt::fmt
nextalign
TBB::tbb
ghcFilesystem::ghc_filesystem
${STATIC_BUILD_FLAGS}
)

Expand Down

1 comment on commit 0dbbd0b

@vercel
Copy link

@vercel vercel bot commented on 0dbbd0b Feb 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.