Made the tuners be compiled by default

This commit is contained in:
Cedric Nugteren 2017-11-19 14:33:25 +01:00
parent 76d2b7f0b6
commit c6690df896

View file

@ -27,7 +27,7 @@ set(clblast_VERSION_PATCH 0)
# Options and their default values # Options and their default values
option(BUILD_SHARED_LIBS "Build a shared (ON) or static library (OFF)" ON) option(BUILD_SHARED_LIBS "Build a shared (ON) or static library (OFF)" ON)
option(SAMPLES "Enable compilation of the examples" OFF) option(SAMPLES "Enable compilation of the examples" OFF)
option(TUNERS "Enable compilation of the tuners" OFF) option(TUNERS "Enable compilation of the tuners" ON)
option(CLIENTS "Enable compilation of the clients to test and compare performance" OFF) option(CLIENTS "Enable compilation of the clients to test and compare performance" OFF)
option(TESTS "Enable compilation of the correctness tests" OFF) option(TESTS "Enable compilation of the correctness tests" OFF)
option(NETLIB "Enable compilation of the CBLAS Netlib API" OFF) option(NETLIB "Enable compilation of the CBLAS Netlib API" OFF)