Added some simple messaging when trying to build under Cygwin
This commit is contained in:
parent
3d7f354d25
commit
6c0b7857f9
2 changed files with 9 additions and 0 deletions
|
@ -13,6 +13,9 @@ endmacro()
|
|||
# determine whether to create a debug or release build
|
||||
sfml_set_option(CMAKE_BUILD_TYPE Release STRING "Choose the type of build (Debug or Release)")
|
||||
|
||||
# Suppress Cygwin legacy warning
|
||||
set(CMAKE_LEGACY_CYGWIN_WIN32 0)
|
||||
|
||||
# set Android specific options
|
||||
|
||||
# define the minimum API level to be used
|
||||
|
@ -31,6 +34,8 @@ if(NOT ANDROID_ABI)
|
|||
set(ANDROID_ABI armeabi-v7a)
|
||||
endif()
|
||||
|
||||
#end of Android specific options
|
||||
|
||||
# project name
|
||||
project(SFML)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue