Skip to content
Snippets Groups Projects
Commit 556ca861 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

ENH: fix superbuild flags on MSVC

parent 738a7f72
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ if(WIN32) ...@@ -62,7 +62,7 @@ if(WIN32)
if(MSVC) if(MSVC)
set(SB_CMAKE_COMMAND ${CMAKE_COMMAND}) set(SB_CMAKE_COMMAND ${CMAKE_COMMAND})
set(SB_BUILD_SHARED_LIBS OFF) set(SB_BUILD_SHARED_LIBS OFF)
set(SB_PRIOR_INCLUDE_FLAGS "/I\"${CMAKE_INSTALL_PREFIX}/include\"") set(SB_PRIOR_INCLUDE_FLAGS "/I ${CMAKE_INSTALL_PREFIX}/include")
endif() endif()
else(UNIX) else(UNIX)
if(APPLE) if(APPLE)
......
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