Merge branch 'development' of https://github.com/ETLCPP/etl into development

This commit is contained in:
John Wellbelove 2022-10-14 12:00:26 +01:00
commit af62d22b5d

View File

@ -11,7 +11,7 @@ if(NOT ETL_VERSION)
determine_version("version.txt")
endif()
project(etl VERSION ${ETL_VERSION})
project(etl VERSION ${ETL_VERSION} LANGUAGES CXX)
option(BUILD_TESTS "Build unit tests" OFF)
option(NO_STL "No STL" OFF)