Skip to content

Commit

Permalink
Remove redundant include of linked-against library
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller committed Jul 3, 2023
1 parent df4e611 commit 8ac83d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/realizations/catchment/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ target_link_libraries(realizations_catchment PUBLIC
)

if(NGEN_ACTIVATE_PYTHON)
target_include_directories(realizations_catchment PUBLIC ${PROJECT_SOURCE_DIR}/extern/pybind11/include)
target_link_libraries(realizations_catchment PUBLIC pybind11::embed)
configure_file(Bmi_Py_Build_Versions.in Bmi_Py_Build_Versions.cpp)
target_sources(realizations_catchment PRIVATE Bmi_Py_Build_Versions.cpp)
Expand Down

0 comments on commit 8ac83d7

Please sign in to comment.