update cmake configs

This commit is contained in:
jadebenn
2024-04-05 23:30:26 -05:00
parent 04a7bc2b8d
commit ef8029d46f
4 changed files with 48 additions and 40 deletions

View File

@@ -1,4 +1,4 @@
# Try and find a gcc/g++ install, falling back to a generic clang install otherwise
# Try and find a gcc/g++ install
find_program(GNU_C_COMPILER gcc REQUIRED)
find_program(GNU_CXX_COMPILER g++ REQUIRED)