Skip to content

Commit

Permalink
No need to initialize the C-compiler, small speed improvement (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
jputcu authored and jwellbelove committed Oct 19, 2022
1 parent c6f892f commit d2267f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d2267f3

Please sign in to comment.