瀏覽代碼

Improve comment

Alexander Wilms 2 年之前
父節點
當前提交
19f8560456
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -80,7 +80,7 @@ if(NOT APPLE_IOS AND NOT ANDROID)
 endif()
 
 # On Linux, use -DCMAKE_CXX_COMPILER_LAUNCHER=ccache instead.
-# The iOS and MSVC builds each require some configuration, which is enabled by the following option:
+# The XCode and MSVC builds each require some more configuration, which is enabled by the following option:
 if(MSVC OR (CMAKE_GENERATOR STREQUAL "Xcode"))
   option(ENABLE_CCACHE "Speed up recompilation by caching previous compilations" ON)
 endif()