Skip to content

Commit

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

project(vtx)

set(PYBIND11_FINDPYTHON ON)

find_package(glm REQUIRED)
find_package(spdlog CONFIG REQUIRED)
find_package(nlohmann_json CONFIG REQUIRED)
Expand Down
2 changes: 0 additions & 2 deletions lib/python_binding/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ 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: 0 additions & 2 deletions lib/ui/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ 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 acb6eb9

Please sign in to comment.