1
0
Эх сурвалжийг харах

cmake: Remove outdated and incorrect code comment in osconfig module

PatTheMav 1 жил өмнө
parent
commit
4f2d752fa7

+ 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)