File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -253,16 +253,6 @@ include(${rapids-cmake-dir}/cpm/rapids_logger.cmake)
253253rapids_cpm_rapids_logger(BUILD_EXPORT_SET cuopt-exports INSTALL_EXPORT_SET cuopt-exports)
254254create_logger_macros(CUOPT "cuopt::default_logger()" include /cuopt)
255255
256- rapids_cpm_find(
257- argparse 3.2.0
258- GLOBAL_TARGETS argparse::argparse
259- CPM_ARGS
260- GIT_REPOSITORY https://github.com/p-ranav/argparse.git
261- GIT_TAG v3.2
262- GIT_SHALLOW TRUE
263- OPTIONS "ARGPARSE_INSTALL TRUE"
264- )
265-
266256find_package (CUDSS REQUIRED)
267257
268258if (BUILD_TESTS)
@@ -494,6 +484,16 @@ endif()
494484
495485
496486if (NOT BUILD_LP_ONLY)
487+ rapids_cpm_find(
488+ argparse 3.2.0
489+ GLOBAL_TARGETS argparse::argparse
490+ CPM_ARGS
491+ GIT_REPOSITORY https://github.com/p-ranav/argparse.git
492+ GIT_TAG v3.2
493+ GIT_SHALLOW TRUE
494+ OPTIONS "ARGPARSE_INSTALL TRUE"
495+ )
496+
497497add_executable (cuopt_cli cuopt_cli.cpp)
498498
499499set_target_properties (cuopt_cli
You can’t perform that action at this time.
0 commit comments