Skip to content

Commit

Permalink
Remove Matlab MEX interface from default build list
Browse files Browse the repository at this point in the history
  • Loading branch information
r.jaepel committed Dec 4, 2023
1 parent fc8711c commit 8d8b6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ string(TOLOWER ${ADLIB} ADLIB)
option(ENABLE_CADET_CLI "Build CADET command line interface" ON)
add_feature_info(ENABLE_CADET_CLI ENABLE_CADET_CLI "Build CADET command line interface")

option(ENABLE_CADET_MEX "Build CADET Matlab MEX interface" ON)
option(ENABLE_CADET_MEX "Build CADET Matlab MEX interface" OFF)
add_feature_info(ENABLE_CADET_MEX ENABLE_CADET_MEX "Build CADET Matlab MEX interface")

option(ENABLE_CADET_TOOLS "Build CADET tools" ON)
Expand Down

0 comments on commit 8d8b6f0

Please sign in to comment.