Open Areshkew opened 1 year ago
Bug category
Describe the bug Can't build the project.
Steps to Reproduce
cmake -B
Output
Platform
Environment Details:
Additional context
cmake_minimum_required(VERSION 3.20) project( VND_VRP ) add_subdirectory(src) add_executable(VND_VRP main.cpp) find_package(Matplot++ REQUIRED) target_link_libraries(VND_VRP Node VRP Vehicle Route Matplot++::matplot)
__cplusplus = 201703 (c++ 17)
I'm having the same issue
vs2022 can be compiled successfully, but MinGW unsuccessfully
Bug category
Describe the bug Can't build the project.
Steps to Reproduce
Output
Platform
Environment Details:
Additional context
__cplusplus = 201703 (c++ 17)