Skip to content

Commit

Permalink
Revert "R2018a compatibility"
Browse files Browse the repository at this point in the history
  • Loading branch information
bstellato committed Apr 5, 2018
1 parent e6bae6e commit e112e8e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Expand Up @@ -227,10 +227,7 @@ if (MATLAB)
include_directories(${Matlab_INCLUDE_DIRS})

# Pass MATLAB flag to C compiler
# This seems not to be necessary since -DMATLAB is only required when applying
# mex <args> to the main matlab mex file, which is not built via cmake anyway.
# Commented out because it causes problems with pre/post R2018a array handling
# add_definitions(-DMATLAB)
add_definitions(-DMATLAB)

if (UNITTESTS)
# Disable unittests
Expand Down

0 comments on commit e112e8e

Please sign in to comment.