Skip to content

Commit

Permalink
Fix install command for MATLAB
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMeans committed Mar 3, 2020
1 parent d7f40dd commit 23128ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mex/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function(add_mex_module name extension dependencies)
nitf/${name}.def
nitf/${name}-64.def
LINK_TO ${dependencies})
install(TARGETS ${target} DESTINATION ${CMAKE_INSTALL_PREFIX}/mex)
install(TARGETS ${name} DESTINATION ${CMAKE_INSTALL_PREFIX}/mex)
endfunction()

if (Matlab_FOUND)
Expand Down

0 comments on commit 23128ab

Please sign in to comment.