mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
No need to initialize the C-compiler, small speed improvement (#621)
This commit is contained in:
parent
c6f892fc66
commit
d2267f368a
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user