Changeset - c2c94dca8a62
[Not reviewed]
Hasan Yavuz Ă–ZDERYA - 10 years ago 2015-06-21 06:40:06
hy@ozderya.net
fixed typo elsif -> elseif
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -155,13 +155,13 @@ if (UNIX)
 
    COMMAND ${XDG-ICON-RESOURCE} uninstall --novendor --size 256 serialplot)
 
endif (UNIX)
 

	
 
# packaging
 
if (UNIX)
 
  set(CPACK_GENERATOR "DEB")
 
elsif (WIN32)
 
elseif (WIN32)
 
  set(CPACK_GENERATOR "NSIS")
 
endif (UNIX)
 

	
 
include(InstallRequiredSystemLibraries)
 

	
 
set(CPACK_PACKAGE_NAME "serialplot")
0 comments (0 inline, 0 general)