We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e988aec commit ec65d7bCopy full SHA for ec65d7b
1 file changed
CMakeLists.txt
@@ -103,12 +103,12 @@ endif()
103
104
105
## Reference: https://stackoverflow.com/a/45934279/6667035
106
-if(APPLE) # Reference: https://stackoverflow.com/a/40152725/6667035
107
- set(CMAKE_C_COMPILER "/usr/local/bin/gcc")
108
- set(CMAKE_CXX_COMPILER "/usr/local/bin/g++-15")
+#if(APPLE) # Reference: https://stackoverflow.com/a/40152725/6667035
+# set(CMAKE_C_COMPILER "/usr/local/bin/gcc")
+# set(CMAKE_CXX_COMPILER "/usr/local/bin/g++-15")
109
# Reference: https://developer.apple.com/forums/thread/737707
110
#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -no-pie")
111
-endif()
+#endif()
112
113
if(UNIX AND NOT APPLE)
114
# for Linux, BSD, Solaris, Minix
0 commit comments