Skip to content

Commit

Permalink
include for find_package_handle_standard_args; fixes #11
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Jun 22, 2015
1 parent 9018ad3 commit b3e9f89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/math_libs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ macro(find_math_libs _service)
unset(l)
endmacro()

include(FindPackageHandleStandardArgs)

macro(cache_math_result _service MATH_TYPE)
string(TOUPPER ${_service} _SERVICE)
set(${_SERVICE}_FIND_QUIETLY TRUE)
Expand Down

0 comments on commit b3e9f89

Please sign in to comment.