瀏覽代碼

cmake: Remove outdated and incorrect code comment in osconfig module

PatTheMav 1 年之前
父節點
當前提交
4f2d752fa7
共有 1 個文件被更改,包括 0 次插入2 次删除
  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)