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 John Wellbelove
parent c6f892fc66
commit d2267f368a

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)