Skip to content

Commit

Permalink
Use CMake's FindPackageHandleStandardArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored May 6, 2019
1 parent 76ecb2b commit 899afd8
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 @@ -254,7 +254,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 899afd8

Please sign in to comment.