Skip to content

Commit

Permalink
cmake: requiring specific version of pybind
Browse files Browse the repository at this point in the history
  • Loading branch information
andrsd committed Jul 24, 2023
1 parent 2e9f6fd commit 9340222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.4...3.18)
project(pyfprops LANGUAGES CXX)

find_package(pybind11 REQUIRED)
find_package(pybind11 2.9 REQUIRED)

pybind11_add_module(${PROJECT_NAME} fprops.cpp)

Expand Down

0 comments on commit 9340222

Please sign in to comment.