Skip to content

Commit

Permalink
Move cmake/matlab.cmake -> mex/matlab.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
jokva committed Nov 8, 2017
1 parent de9c55a commit f3c94f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mex/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (NOT BUILD_MEX)
return()
endif()

include(${CMAKE_SOURCE_DIR}/cmake/matlab.cmake REQUIRED)
include(matlab.cmake REQUIRED)

option(BUILD_MEX_TESTS "Build matlab mex tests" ON)

Expand Down
File renamed without changes.

0 comments on commit f3c94f5

Please sign in to comment.