Disable targets which are not needed.

This commit is contained in:
rude
2013-09-28 01:32:47 +02:00
parent 283a50aba9
commit 63865e5a72
15 changed files with 20 additions and 18 deletions
+2 -2
View File
@@ -62,9 +62,9 @@ OPTION(DLOPEN "Check for the dlopen API for loading optional libs" ON)
OPTION(WERROR "Treat compile warnings as errors" OFF)
OPTION(UTILS "Build and install utility programs" ON)
OPTION(UTILS "Build and install utility programs" OFF)
OPTION(EXAMPLES "Build and install example programs" ON)
OPTION(EXAMPLES "Build and install example programs" OFF)
OPTION(ALSOFT_CONFIG "Install alsoft.conf sample configuration file" ON)