mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-15 11:46:56 +02:00
Improve comment
This commit is contained in:
parent
2bee8b5109
commit
19f8560456
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user