Skip to content

Commit

Permalink
set(PYBIND11_FINDPYTHON ON)
Browse files Browse the repository at this point in the history
  • Loading branch information
sguionni committed May 7, 2024
1 parent 76bf01d commit 5fa29ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/python_binding/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ cmake_minimum_required(VERSION 3.23)

project(vtx_python_binding)

set(PYBIND11_FINDPYTHON ON)

find_package(vtx_util CONFIG REQUIRED)
find_package(vtx_core CONFIG REQUIRED)
find_package(vtx_app CONFIG REQUIRED)
Expand Down
2 changes: 2 additions & 0 deletions lib/ui/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ cmake_minimum_required(VERSION 3.23)

project(vtx_ui_test)

set(PYBIND11_FINDPYTHON ON)

find_package(vtx_util CONFIG REQUIRED)
find_package(vtx_core CONFIG REQUIRED)
find_package(vtx_renderer CONFIG REQUIRED)
Expand Down

0 comments on commit 5fa29ea

Please sign in to comment.