Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Aug 13, 2024
1 parent 3d4179b commit f6b1455
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ if(PYBIND11_MASTER_PROJECT)
endif()
endif()

list(TRANSFORM PYBIND11_HEADERS PREPEND "include/")
list(TRANSFORM PYBIND11_HEADERS PREPEND "${CMAKE_CURRENT_SOURCE_DIR}/")
FetchContent_MakeAvailable ```

# Cache variable so this can be used in parent projects
set(pybind11_INCLUDE_DIR
Expand Down

0 comments on commit f6b1455

Please sign in to comment.