Skip to content

Commit 3f4a6f4

Browse files
committed
update third-party libraries; prepare for version 1.3
1 parent 2686536 commit 3f4a6f4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1111
project(
1212
Py2Cpp
13-
VERSION 1.2
13+
VERSION 1.3
1414
LANGUAGES CXX)
1515

1616
# ---- Include guards ----

standalone/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2222
target_link_libraries(${PROJECT_NAME}Standalone
23-
${PROJECT_NAME}::${PROJECT_NAME} cxxopts ${SPECIFIC_LIBS})
23+
${PROJECT_NAME}::${PROJECT_NAME} cxxopts::cxxopts ${SPECIFIC_LIBS})

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")
99
cpmaddpackage("gh:TheLartians/Format.cmake@1.7.0")
1010

1111
# if(TEST_INSTALLED_VERSION) find_package(${PROJECT_NAME} REQUIRED) else()

0 commit comments

Comments
 (0)