From ade04de7ecc04e2b3e336e32789c8198b38ca986 Mon Sep 17 00:00:00 2001 From: Eric NOULARD Date: Mon, 14 Mar 2011 21:12:26 +0100 Subject: Remove debbuging typo --- Tests/CPackComponentsForAll/SystemSpecificInformations.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tests/CPackComponentsForAll/SystemSpecificInformations.cmake b/Tests/CPackComponentsForAll/SystemSpecificInformations.cmake index 942cb2b..8d11400 100644 --- a/Tests/CPackComponentsForAll/SystemSpecificInformations.cmake +++ b/Tests/CPackComponentsForAll/SystemSpecificInformations.cmake @@ -88,7 +88,7 @@ if(UNIX) set(SPECIFIC_SYSTEM_VERSION_NAME "${CMAKE_SYSTEM_NAME}") set(SPECIFIC_SYSTEM_PREFERED_CPACK_GENERATOR "TGZ") find_program(LSB_RELEASE_EXECUTABLE lsb_release) - if(LSB_RELEASE_EXECUTABLEF) + if(LSB_RELEASE_EXECUTABLE) execute_process(COMMAND ${LSB_RELEASE_EXECUTABLE} -i OUTPUT_VARIABLE _TMP_LSB_RELEASE_OUTPUT ERROR_QUIET @@ -145,7 +145,7 @@ if(UNIX) endif(LINUX_ISSUE MATCHES "SUSE") # Mandriva case # TODO - endif(LSB_RELEASE_EXECUTABLEF) + endif(LSB_RELEASE_EXECUTABLE) # Now mangle some names set(LINUX_NAME "${DISTRO_ID}_${DISTRO_RELEASE}") if(DISTRO_ID MATCHES "Fedora|Mandriva|SUSE|OpenSUSE") @@ -161,4 +161,4 @@ if(UNIX) set(SPECIFIC_SYSTEM_VERSION_NAME "${SPECIFIC_SYSTEM_VERSION_NAME}-${CMAKE_SYSTEM_PROCESSOR}") set(SPECIFIC_COMPILER_NAME "") -endif(UNIX) \ No newline at end of file +endif(UNIX) -- cgit v0.12