Quellcode durchsuchen

cmake: Remove outdated and incorrect code comment in osconfig module

PatTheMav vor 1 Jahr
Ursprung
Commit
4f2d752fa7
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0 2
      cmake/common/osconfig.cmake

+ 0 - 2
cmake/common/osconfig.cmake

@@ -2,8 +2,6 @@
 
 include_guard(GLOBAL)
 
-# Set minimum CMake version specific to host operating system, add OS-specific module directory to default search paths,
-# and set helper variables for OS detection in other CMake list files.
 if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows")
   set(CMAKE_C_EXTENSIONS FALSE)
   set(CMAKE_CXX_EXTENSIONS FALSE)