summaryrefslogtreecommitdiffstats
path: root/Tests/CPackComponentsForAll/SystemSpecificInformations.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CPackComponentsForAll/SystemSpecificInformations.cmake')
-rw-r--r--Tests/CPackComponentsForAll/SystemSpecificInformations.cmake6
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)