diff options
-rw-r--r-- | Mk/bsd.cmake.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.cmake.mk b/Mk/bsd.cmake.mk index 3c9b561b34fc..5be9db9970de 100644 --- a/Mk/bsd.cmake.mk +++ b/Mk/bsd.cmake.mk @@ -11,7 +11,7 @@ # compiling/linking # Default: not set # CMAKE_BUILD_TYPE - Type of build (cmake predefined build types), -# affects on CFALGS and thus should not be set. +# affects on CFLAGS and thus should not be set. # Default: none (which respects CFLAGS) # CMAKE_VERBOSE - Verbose build # Default: not set |