Browse Source

cmake: Remove outdated and incorrect code comment in osconfig module

PatTheMav 1 year ago
parent
commit
4f2d752fa7
1 changed files with 0 additions and 2 deletions
  1. 0 2
      cmake/common/osconfig.cmake

+ 0 - 2
cmake/common/osconfig.cmake

@@ -2,8 +2,6 @@
 
 
 include_guard(GLOBAL)
 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")
 if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows")
   set(CMAKE_C_EXTENSIONS FALSE)
   set(CMAKE_C_EXTENSIONS FALSE)
   set(CMAKE_CXX_EXTENSIONS FALSE)
   set(CMAKE_CXX_EXTENSIONS FALSE)