diff options
author | Eric NOULARD <eric.noulard@gmail.com> | 2011-03-14 20:12:26 (GMT) |
---|---|---|
committer | Eric NOULARD <eric.noulard@gmail.com> | 2011-03-14 20:12:26 (GMT) |
commit | ade04de7ecc04e2b3e336e32789c8198b38ca986 (patch) | |
tree | 554b560afb98e9027283fdfefcdc3d4632787123 /Tests | |
parent | a20102862629db49980b52f5088eae79d961237a (diff) | |
download | CMake-ade04de7ecc04e2b3e336e32789c8198b38ca986.zip CMake-ade04de7ecc04e2b3e336e32789c8198b38ca986.tar.gz CMake-ade04de7ecc04e2b3e336e32789c8198b38ca986.tar.bz2 |
Remove debbuging typo
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CPackComponentsForAll/SystemSpecificInformations.cmake | 6 |
1 files 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) |