Skip to content

Commit 06bbfbe

Browse files
committed
Add explanatory CMake comment for compiler options
1 parent 9540eea commit 06bbfbe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ set ( SOURCE_REST_OF_YOUR_LIFE
7575

7676
include_directories(src/common)
7777

78-
# Specific Compiler Flags
78+
# 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.
7981

8082
message (STATUS "Compiler ID: " ${CMAKE_CXX_COMPILER_ID})
8183

0 commit comments

Comments
 (0)