Skip to content

Commit

Permalink
Merge branch 'windows-packaging' of https://github.com/PDAL/PDAL into…
Browse files Browse the repository at this point in the history
… windows-packaging
  • Loading branch information
hobu committed May 16, 2017
2 parents 022bcc8 + 19c7928 commit 15fe7d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions cmake/examples/hobu-windows.bat
Expand Up @@ -86,6 +86,7 @@ cmake -G %GENERATOR% ^
-DPYTHON_EXECUTABLE=%OSGEO4W_DIR%\apps\python36\python.exe ^
-DPYTHON_INCLUDE_DIR=%OSGEO4W_DIR%\apps\python36\include ^
-DPYTHON_LIBRARY=%OSGEO4W_DIR%\apps\python36\libs\python36.lib ^
-DPYTHON_DEBUG_LIBRARY=%OSGEO4W_DIR%\apps\python36\libs\python36.lib ^
-DCURL_INCLUDE_DIR=%CURL_INCLUDE_DIR% ^
-DCURL_LIBRARY=%CURL_LIBRARY% ^
-DNUMPY_INCLUDE_DIR=%OSGEO4W_DIR%\apps\python36\lib\site-packages\numpy\core\include ^
Expand Down
4 changes: 2 additions & 2 deletions cmake/modules/FindNumPy.cmake
Expand Up @@ -12,8 +12,8 @@ IF (NUMPY_INCLUDE_DIR)
endif (NUMPY_INCLUDE_DIR)

# To set the variables PYTHON_EXECUTABLE
FIND_PACKAGE(PythonInterp QUIET REQUIRED)
FIND_PACKAGE(PythonLibs QUIET REQUIRED)
FIND_PACKAGE(PythonInterp REQUIRED)
FIND_PACKAGE(PythonLibs REQUIRED)

# Look for the include path
# WARNING: The variable PYTHON_EXECUTABLE is defined by the script FindPythonInterp.cmake
Expand Down

0 comments on commit 15fe7d1

Please sign in to comment.