Skip to content
Snippets Groups Projects
Commit 56b3375f authored by Alexander Grund's avatar Alexander Grund Committed by Brad King
Browse files

BoostScanDeps: Fix typo in numpy handling

Fix a typo from commit e66e8e89 (BoostScanDeps: Special case python
and numpy and variants, 2017-08-22, v3.10.0-rc1~229^2~1).
parent bd580b7d
Branches
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ function(_Boost_FIND_COMPONENT_DEPENDENCIES component includedir _ret_libs)
continue()
endif()
if(component STREQUAL "python" AND
boost_component_match STREQUAL "numpy")
_boost_component_match STREQUAL "numpy")
# Optional python dependency; skip to avoid making it a
# hard dependency (handle as special-case for numpy).
continue()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment