diff options
author | ormorph <[email protected]> | 2023-06-05 12:38:39 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2023-06-05 12:38:39 +0300 |
commit | 4fe3dbdc99038a7de062ebeb900833327a31ddf9 (patch) | |
tree | 40e625af5db0aa226020220f1094a4d111a45acb /ConfigureChecks.cmake | |
parent | 8c543e26ec35237d00ec44fadda80318c386fdde (diff) | |
download | tdebase-4fe3dbdc99038a7de062ebeb900833327a31ddf9.tar.gz tdebase-4fe3dbdc99038a7de062ebeb900833327a31ddf9.zip |
Replacing the wrong USEPAM variable with USE_PAM
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 5f455765b..926b29a43 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -108,7 +108,7 @@ if( BUILD_KCHECKPASS OR BUILD_TDM ) if ( WITH_PAM ) check_library_exists( pam pam_start "" HAVE_PAM ) if( HAVE_PAM ) - set( USEPAM 1 CACHE INTERNAL "" FORCE ) + set( USE_PAM 1 CACHE INTERNAL "" FORCE ) check_include_file( "security/pam_appl.h" SECURITY_PAM_APPL_H ) endif( ) if( HAVE_PAM AND SECURITY_PAM_APPL_H ) |