mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
remove unused macro
This commit is contained in:
parent
b0c109d5f7
commit
cc31c4aa3f
@ -44,19 +44,6 @@ function(add_subdirectory_with_folder _folder_name _folder)
|
||||
set_property(DIRECTORY "${_folder}" PROPERTY FOLDER "${_folder_name}")
|
||||
endfunction()
|
||||
|
||||
# Macro for Xcode Projects generation
|
||||
# Slightly outdated, but useful reference for all options available here:
|
||||
# https://pewpewthespells.com/blog/buildsettings.html
|
||||
# https://github.com/samdmarshall/Xcode-Build-Settings-Reference
|
||||
if(${CMAKE_GENERATOR} MATCHES "Xcode")
|
||||
|
||||
macro(set_xcode_property TARGET XCODE_PROPERTY XCODE_VALUE)
|
||||
set_property(TARGET ${TARGET} PROPERTY
|
||||
XCODE_ATTRIBUTE_${XCODE_PROPERTY} ${XCODE_VALUE})
|
||||
endmacro(set_xcode_property)
|
||||
|
||||
endif(${CMAKE_GENERATOR} MATCHES "Xcode")
|
||||
|
||||
#######################################
|
||||
# CMake debugging #
|
||||
#######################################
|
||||
|
Loading…
Reference in New Issue
Block a user