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 9540eea commit 06bbfbeCopy full SHA for 06bbfbe
CMakeLists.txt
@@ -75,7 +75,9 @@ set ( SOURCE_REST_OF_YOUR_LIFE
75
76
include_directories(src/common)
77
78
-# Specific Compiler Flags
+# Specific compiler flags below. We're not going to add options for all possible compilers, but if
79
+# you're new to CMake (like we are), the following may be a helpful example if you're using a
80
+# different compiler or want to set different compiler options.
81
82
message (STATUS "Compiler ID: " ${CMAKE_CXX_COMPILER_ID})
83
0 commit comments