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
 
@@ -158,7 +158,7 @@ endif (UNIX)
 
# packaging
 
if (UNIX)
 
  set(CPACK_GENERATOR "DEB")
 
elsif (WIN32)
 
elseif (WIN32)
 
  set(CPACK_GENERATOR "NSIS")
 
endif (UNIX)
 

	
0 comments (0 inline, 0 general)