No need to initialize the C-compiler, small speed improvement (#621)

This commit is contained in:
Joris Putcuyps 2022-10-13 11:40:53 +02:00 committed by GitHub
parent 7bf7a4d744
commit 51d9a562a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)