Skip to content

Commit

Permalink
DEV: Dir extension for platform
Browse files Browse the repository at this point in the history
  • Loading branch information
updega2 committed Dec 13, 2017
1 parent 992b94e commit a0fd562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ include(SimVascularFunctionCheckCompilerFlags)
# Externals!
set(SV_EXTERNALS_ADDITIONAL_CMAKE_ARGS "" CACHE STRING "If more options want to be provided to the sv_externals build, they can be with this string")
set(SV_EXTERNALS_APPLE_CMAKE_ARGS)
if(APPLE AND NOT SV_PLATFORM_VERSION VERSION_EQUAL 10.11)
if(APPLE AND NOT SV_PLATFORM_VERSION_DIR VERSION_EQUAL 10.11)
list(APPEND SV_EXTERNALS_APPLE_CMAKE_ARGS -DSV_EXTERNALS_VTK_VERSION:STRING=7.0.0)
endif()
ExternalProject_Add(Externals
Expand Down Expand Up @@ -115,7 +115,7 @@ set(SV_EXTERNALS_TOPLEVEL_DIR "${CMAKE_BINARY_DIR}/Externals-build/sv_externals"
# svSolver!
set(SV_ADDITIONAL_CMAKE_ARGS "" CACHE STRING "If more options want to be provided to the sv_externals build, they can be with this string")
set(SV_APPLE_CMAKE_ARGS)
if(APPLE AND NOT SV_PLATFORM_VERSION VERSION_EQUAL 10.11)
if(APPLE AND NOT SV_PLATFORM_VERSION_DIR VERSION_EQUAL 10.11)
list(APPEND SV_APPLE_CMAKE_ARGS -DVTK_VERSION:STRING=7.0.0)
endif()
ExternalProject_Add(svSolver
Expand Down

0 comments on commit a0fd562

Please sign in to comment.