Skip to content

Commit bb08089

Browse files
committed
Change the 4C CLI parser to CLI11
1 parent 83fb9e1 commit bb08089

22 files changed

+912
-541
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ four_c_configure_dependency(Backtrace DEFAULT OFF)
149149
four_c_configure_dependency(ryml REQUIRED)
150150
four_c_configure_dependency(magic_enum REQUIRED)
151151
four_c_configure_dependency(ZLIB REQUIRED)
152+
four_c_configure_dependency(CLI11 REQUIRED)
152153
four_c_configure_dependency(Python DEFAULT ON) # not required but useful for most developers
153154
four_c_configure_dependency(pybind11 DEFAULT OFF)
154155

0 commit comments

Comments
 (0)