Gianluigi Pugliese
Results
2
comments of
Gianluigi Pugliese
I added #include , but it does not work. Same error: ERROR:root:Error occurred while running command: Command '['cmake', '--build', 'build', '--config', 'Release']' returned non-zero exit status 1., check details in...
Just completed to compile. I solved adding in CMakeLists.txt: set(CMAKE_CXX_STANDARD 17) # this one set(CMAKE_CXX_STANDARD_REQUIRED true) and various #include. in servela files as indicated by the logs\compile.log