Skip to content

Commit

Permalink
remove local py2cpp; update py2cpp to 1.4.4; update new version 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
luk036 committed Jun 15, 2023
1 parent fb33236 commit 1fe1a17
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ option(INSTALL_ONLY "Enable for installation only" OFF)
# Note: update this to your new project's name and version
project(
XNetwork
VERSION 1.6.4
VERSION 1.6.5
LANGUAGES CXX
)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion specific.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CPMAddPackage(

CPMAddPackage(
NAME Py2Cpp
GIT_TAG 1.4.3
GIT_TAG 1.4.4
GITHUB_REPOSITORY luk036/py2cpp
OPTIONS "INSTALL_ONLY YES" # create an installable target
)
Expand Down

0 comments on commit 1fe1a17

Please sign in to comment.