Skip to content

Commit

Permalink
Merge pull request #70 from wxmerkt/master
Browse files Browse the repository at this point in the history
Support Matlab R2018a and R2017b (update Mosek)
  • Loading branch information
rdeits committed Jun 9, 2018
2 parents 60e1636 + cb607ff commit ff62461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -102,7 +102,7 @@ if(IRIS_WITH_MOSEK)
ExternalProject_Add(mosek
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/mosek-src"
GIT_REPOSITORY https://github.com/RobotLocomotion/mosek.git
GIT_TAG 48dccbeb36cc538a6d3e240836e26d29244165f6
GIT_TAG e4bcf2234391c2a16adbce3063090e77e3b1f027
CMAKE_ARGS
-DBUILD_TESTING=OFF
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
Expand Down

0 comments on commit ff62461

Please sign in to comment.