Skip to content

Commit

Permalink
Restore quickfix after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausKlein committed Mar 20, 2024
1 parent 6052ff0 commit d8aa8d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ function(myproject_setup_dependencies)
endif()

if(NOT TARGET ftxui::screen)
cpmaddpackage("gh:ArthurSonzogni/[email protected]")
# see https://github.com/ArthurSonzogni/FTXUI/pull/738
cpmaddpackage("gh:ArthurSonzogni/FTXUI#dd6a5d371fd7a3e2937bb579955003c54b727233")
endif()

if(NOT TARGET tools::tools)
Expand Down
4 changes: 1 addition & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
add_subdirectory(sample_library)
if(NOT CMAKE_UNITY_BUILD)
add_subdirectory(ftxui_sample)
endif()
add_subdirectory(ftxui_sample)

0 comments on commit d8aa8d8

Please sign in to comment.