Skip to content

Commit

Permalink
update pybind11 version (#79)
Browse files Browse the repository at this point in the history
LGTM!
  • Loading branch information
j-i-k-o authored Oct 21, 2020
1 parent 9607026 commit 055b98c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions external/pybind11.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include(FetchContent)
FetchContent_Declare(
pybind11
GIT_REPOSITORY https://github.com/pybind/pybind11
GIT_TAG v2.2.4
GIT_TAG v2.5.0
)

FetchContent_GetProperties(pybind11)
Expand All @@ -14,4 +14,4 @@ if(NOT pybind11_fetch_POPULATED)
add_subdirectory(${pybind11_SOURCE_DIR})
endif()

#set(PYBIND11_CPP_STANDARD -std=c++11)
#set(PYBIND11_CPP_STANDARD -std=c++11)

0 comments on commit 055b98c

Please sign in to comment.