mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
cmake: remove unsupported platforms leftovers
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e4b51a02f9
commit
0c0f9a7299
1 changed files with 0 additions and 7 deletions
|
@ -20,13 +20,6 @@ else (found_getspnam)
|
|||
set(HAVE_GETSPNAM 1)
|
||||
set(SHADOW_LIBRARIES shadow)
|
||||
check_function_exists(pw_encrypt HAVE_PW_ENCRYPT) # ancient Linux shadow
|
||||
else (found_getspnam_shadow)
|
||||
set(CMAKE_REQUIRED_LIBRARIES -lgen) # UnixWare
|
||||
check_function_exists(getspnam found_getspnam_gen)
|
||||
if (found_getspnam_gen)
|
||||
set(HAVE_GETSPNAM 1)
|
||||
set(SHADOW_LIBRARIES gen)
|
||||
endif (found_getspnam_gen)
|
||||
endif (found_getspnam_shadow)
|
||||
cmake_reset_check_state()
|
||||
endif (found_getspnam)
|
||||
|
|
Loading…
Add table
Reference in a new issue