소스 검색

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()
 endif()
 
 
 # On Linux, use -DCMAKE_CXX_COMPILER_LAUNCHER=ccache instead.
 # 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"))
 if(MSVC OR (CMAKE_GENERATOR STREQUAL "Xcode"))
   option(ENABLE_CCACHE "Speed up recompilation by caching previous compilations" ON)
   option(ENABLE_CCACHE "Speed up recompilation by caching previous compilations" ON)
 endif()
 endif()