BUG: Fix typo XCode -> Xcode in Preprocess test.
This commit is contained in:
parent
e083de1cf5
commit
b2cf4db201
@ -11,9 +11,9 @@ ENDIF(CMAKE_ANSI_CFLAGS)
|
|||||||
# Determine the build tool being used. Not all characters can be
|
# Determine the build tool being used. Not all characters can be
|
||||||
# escaped for all build tools. This test checks all characters known
|
# escaped for all build tools. This test checks all characters known
|
||||||
# to work with each tool and documents those known to not work.
|
# to work with each tool and documents those known to not work.
|
||||||
if("${CMAKE_GENERATOR}" MATCHES "XCode")
|
if("${CMAKE_GENERATOR}" MATCHES "Xcode")
|
||||||
set(PP_XCODE 1)
|
set(PP_XCODE 1)
|
||||||
endif("${CMAKE_GENERATOR}" MATCHES "XCode")
|
endif("${CMAKE_GENERATOR}" MATCHES "Xcode")
|
||||||
if("${CMAKE_GENERATOR}" MATCHES "Visual Studio 6")
|
if("${CMAKE_GENERATOR}" MATCHES "Visual Studio 6")
|
||||||
set(PP_VS6 1)
|
set(PP_VS6 1)
|
||||||
endif("${CMAKE_GENERATOR}" MATCHES "Visual Studio 6")
|
endif("${CMAKE_GENERATOR}" MATCHES "Visual Studio 6")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user