Bavantha
Results
1
comments of
Bavantha
I temporarily fixed the error by adding following two lines in the project CMakeLists.txt file. Hope it helps someone. ``` set(CMAKE_CXX_STANDARD 14) set(CMAKE_CXX_STANDARD_REQUIRED ON) ```