diff options
Diffstat (limited to 'Help/guide/importing-exporting/MathFunctionsComponents/Config.cmake.in')
| -rw-r--r-- | Help/guide/importing-exporting/MathFunctionsComponents/Config.cmake.in | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Help/guide/importing-exporting/MathFunctionsComponents/Config.cmake.in b/Help/guide/importing-exporting/MathFunctionsComponents/Config.cmake.in index 09f6c35..a535969 100644 --- a/Help/guide/importing-exporting/MathFunctionsComponents/Config.cmake.in +++ b/Help/guide/importing-exporting/MathFunctionsComponents/Config.cmake.in @@ -1,9 +1,9 @@  @PACKAGE_INIT@ -set(_supported_components Addition SquareRoot) +set(_MathFunctions_supported_components Addition SquareRoot)  foreach(_comp ${MathFunctions_FIND_COMPONENTS}) -  if (NOT _comp IN_LIST _supported_components) +  if (NOT _comp IN_LIST _MathFunctions_supported_components)      set(MathFunctions_FOUND False)      set(MathFunctions_NOT_FOUND_MESSAGE "Unsupported component: ${_comp}")    endif() | 
