Consider adding compiler detection in CMakeLists.txt #24
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Milestone
Consider adding compiler detection, because not everyone may have GCC C++ compilers installed..
Also could make a toolchain file.
Use the CMAKE_TOOLCHAIN_FILE variable to specify different toolchain files for each platform (Windows, Linux, etc.) and various compilers. These files define compiler paths and flags.
The text was updated successfully, but these errors were encountered: