Closed abarret closed 2 years ago
This removes the compiler from CMakeLists.txt and also runs clang-format on the project. It now compiles correctly.
CMakeLists.txt
I've also renamed the main2d executable to apply2d
main2d
apply2d
@bindi-nagda, to specify the compiler, you should run cmake with the additional option CMAKE_CXX_COMPILER=/path/to/compiler
cmake
CMAKE_CXX_COMPILER=/path/to/compiler
This removes the compiler from
CMakeLists.txt
and also runs clang-format on the project. It now compiles correctly.I've also renamed the
main2d
executable toapply2d