mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-08-27 03:21:43 -04:00
BoostScanDeps: Fix typo in numpy handling
Fix a typo from commit 3fac7acb11 (BoostScanDeps: Special case python
and numpy and variants, 2017-08-22, v3.10.0-rc1~229^2~1).
This commit is contained in:
committed by
Brad King
parent
5194737ed6
commit
f2f0c03d52
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user