Skip to content

Commit

Permalink
Don't only build ICU and QtWebKit anymore (#1627).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed May 9, 2018
1 parent 99be025 commit c8c6b71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Expand Up @@ -13,11 +13,9 @@ option(ENABLE_TESTS "Enable the tests to be built" OFF)
if(NOT WIN32 AND NOT APPLE)
option(USE_PREBUILT_ICU_PACKAGE "Use the pre-built version of the ICU package" ON)
option(USE_PREBUILT_MESA_PACKAGE "Use the pre-built version of the Mesa package" ON)
set(USE_PREBUILT_ICU_PACKAGE OFF)
endif()

option(USE_PREBUILT_QTWEBKIT_PACKAGE "Use the pre-built version of the QtWebKit package" ON)
set(USE_PREBUILT_QTWEBKIT_PACKAGE OFF)

option(USE_PREBUILT_BIOSIGNALMLAPI_PACKAGE "Use the pre-built version of the BioSignalML API package" ON)
option(USE_PREBUILT_CELLMLAPI_PACKAGE "Use the pre-built version of the CellML API package" ON)
Expand Down

0 comments on commit c8c6b71

Please sign in to comment.