Skip to content

Commit e784ea2

Browse files
committed
Restore quickfix after merge
1 parent a7e1bc6 commit e784ea2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function(myproject_setup_dependencies)
3333
endif()
3434

3535
if(NOT TARGET ftxui::screen)
36-
cpmaddpackage("gh:ArthurSonzogni/FTXUI@6.0.2")
36+
cpmaddpackage("gh:ArthurSonzogni/FTXUI@6.1.9")
3737
endif()
3838

3939
if(NOT TARGET tools::tools)

src/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
add_subdirectory(sample_library)
2-
if(NOT CMAKE_UNITY_BUILD)
3-
add_subdirectory(ftxui_sample)
4-
endif()
2+
add_subdirectory(ftxui_sample)

0 commit comments

Comments
 (0)