Skip to content

Commit

Permalink
Look for system FindPackageHandleStandardArgs in FindMatlab.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Jan 29, 2019
1 parent 4b348a9 commit d6fc14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindMatlab.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Reference

set(_FindMatlab_SELF_DIR "${CMAKE_CURRENT_LIST_DIR}")

include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
include(FindPackageHandleStandardArgs)
include(CheckCXXCompilerFlag)
include(CheckCCompilerFlag)

Expand Down

0 comments on commit d6fc14d

Please sign in to comment.