diff cmake/IrccdOptions.cmake @ 256:f04acabfbbe5

CMake: switch to NSIS with various fixes, closes #533
author David Demelier <markand@malikania.fr>
date Mon, 12 Sep 2016 17:54:27 +0200
parents 11045c180db9
children 60b94daf4d24
line wrap: on
line diff
--- a/cmake/IrccdOptions.cmake	Thu Sep 08 13:11:10 2016 +0200
+++ b/cmake/IrccdOptions.cmake	Mon Sep 12 17:54:27 2016 +0200
@@ -212,16 +212,10 @@
 # Do not move this section because irccd's CMake functions requires the IRCCD_PACKAGE value.
 #
 
-find_package(QtIFW)
-
 set(IRCCD_PACKAGE FALSE)
 
 if (NOT WITH_HTML)
     set(IRCCD_PACKAGE_MSG "No (HTML documentation disabled)")
-elseif (NOT WIN32)
-    set(IRCCD_PACKAGE_MSG "No (only for Windows)")
-elseif (NOT QtIFW_FOUND)
-    set(IRCCD_PACKAGE_MSG "No (QtIFW not found)")
 else ()
     # Now check that a plugin has not been disabled.
     set(IRCCD_PACKAGE TRUE)