Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis build environment is not C++17 compliant #36

Open
as3810t opened this issue Sep 8, 2020 · 0 comments
Open

Travis build environment is not C++17 compliant #36

as3810t opened this issue Sep 8, 2020 · 0 comments

Comments

@as3810t
Copy link

as3810t commented Sep 8, 2020

In CMakeLists.txt the C++ standard is set to C++17.

set(CMAKE_CXX_STANDARD 17)

However, when building the code with Travis, the building process might fail with an error (header <charconv> is part of the C++17 standard):
https://travis-ci.com/github/ftsrg/gazer/builds/183224034

[ 87%] Building CXX object tools/gazer-theta/CMakeFiles/GazerBackendTheta.dir/lib/ThetaVerifier.cpp.o
/home/travis/build/ftsrg/gazer/tools/gazer-theta/lib/ThetaVerifier.cpp:33:10: fatal error: 'charconv' file not found
#include <charconv>
         ^~~~~~~~~~
1 error generated.
@as3810t as3810t added the bug Something isn't working label Sep 8, 2020
@sallaigy sallaigy removed the bug Something isn't working label Dec 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants