Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into doc
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Apr 9, 2019
2 parents 6d949f8 + 640c39d commit 847ed9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/modules/FindNumPy.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# - Try to find the Python module NumPy
#
# This module defines:
# This module defines:
# NUMPY_INCLUDE_DIR: include path for arrayobject.h

# Copyright (c) 2009-2012 Arnaud Barré <arnaud.barre@gmail.com>
Expand Down Expand Up @@ -31,6 +31,5 @@ find_package_handle_standard_args(NumPy DEFAULT_MSG PYTHON_NUMPY_VERSION PYTHON_

set(PYTHON_NUMPY_INCLUDE_DIR ${PYTHON_NUMPY_INCLUDE_DIRS}
CACHE PATH "Location of NumPy include files.")
message("NUMPY include dir = ${PYTHON_NUMPY_INCLUDE_DIR}")
mark_as_advanced(PYTHON_NUMPY_INCLUDE_DIR)

0 comments on commit 847ed9a

Please sign in to comment.