Run all tests with C++11 enabled (#1820)

This commit is contained in:
Benoit Blanchon
2023-02-09 18:57:34 +01:00
parent c2de812cbd
commit 94b2b3f9ce
14 changed files with 8 additions and 48 deletions

View File

@ -2,9 +2,6 @@
# Copyright © 2014-2022, Benoit BLANCHON
# MIT License
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED OFF)
add_executable(NumbersTests
convertNumber.cpp
parseFloat.cpp