Skip to content
Snippets Groups Projects
Commit 42d79770 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Attempt to change wrong slash in cmake for Windows.

parent a018231b
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,9 @@ else()
endif()
endif()
if(WIN32)
STRING(REGEX REPLACE "\\\\" "/" NUMPY_INCLUDE_DIR ${NUMPY_INCLUDE_DIR})
endif()
MARK_AS_ADVANCED (NUMPY_INCLUDE_DIR)
MARK_AS_ADVANCED (NUMPY_VERSION_STRING)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment