Skip to content

Commit

Permalink
Work around non-target-specific settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mavam committed May 10, 2023
1 parent bc69b6a commit 1c989cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/tui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ if (NOT EXISTS "${CMAKE_CURRENT_LIST_DIR}/aux/ftxui/.git")
"submodule '${CMAKE_CURRENT_LIST_DIR}/aux/ftxui' is not initialized")
endif ()

set(CMAKE_CXX_STANDARD 20)
add_subdirectory(aux/ftxui)
unset(CMAKE_CXX_STANDARD)

target_link_libraries(tui PUBLIC vast::libvast vast::internal)
target_link_libraries(tui PUBLIC ftxui::screen ftxui::dom ftxui::component)

0 comments on commit 1c989cf

Please sign in to comment.