File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ option(INSTALL_ONLY "Enable for installation only" OFF)
1010# Note: update this to your new project's name and version
1111project (
1212 Py2Cpp
13- VERSION 1.2
13+ VERSION 1.3
1414 LANGUAGES CXX)
1515
1616# ---- Include guards ----
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ cpmaddpackage(
44 GITHUB_REPOSITORY
55 jarro2783/cxxopts
66 VERSION
7- 2.2.1
7+ 3.0.0
88 OPTIONS
99 "CXXOPTS_BUILD_EXAMPLES NO"
1010 "CXXOPTS_BUILD_TESTS NO"
@@ -20,4 +20,4 @@ set_target_properties(${PROJECT_NAME}Standalone
2020 PROPERTIES CXX_STANDARD 14 OUTPUT_NAME ${PROJECT_NAME} )
2121
2222target_link_libraries (${PROJECT_NAME} Standalone
23- ${PROJECT_NAME} ::${PROJECT_NAME} cxxopts ${SPECIFIC_LIBS} )
23+ ${PROJECT_NAME} ::${PROJECT_NAME} cxxopts::cxxopts ${SPECIFIC_LIBS} )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ option(ENABLE_TEST_COVERAGE "Enable test coverage" OFF)
55
66# ---- Dependencies ----
77
8- cpmaddpackage("gh:onqtam /doctest#2 .4.5 " )
8+ cpmaddpackage("gh:doctest /doctest#v2 .4.9 " )
99cpmaddpackage("gh:TheLartians/Format.cmake@1.7.0" )
1010
1111# if(TEST_INSTALLED_VERSION) find_package(${PROJECT_NAME} REQUIRED) else()
You can’t perform that action at this time.
0 commit comments