We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9e1d4 commit e83e727Copy full SHA for e83e727
build.sh
@@ -19,7 +19,7 @@ fi
19
# Run CMake, explicitly setting the C++ standard to 20
20
# We'll also explicitly set the C++ compiler to clang++ (common on macOS)
21
# If you prefer g++, replace 'clang++' with 'g++'
22
-cmake -DCMAKE_CXX_STANDARD=20 -DCMAKE_CXX_COMPILER=$compiler -S ../
+cmake -DCMAKE_CXX_STANDARD=20 -DCMAKE_CXX_COMPILER=$compiler -DBUILD_GUI=ON -LH -S ../
23
24
# Now, try to build again
25
make
0 commit comments