Fix identiation issues

main
pappeste 5 years ago
parent 62b6cfac42
commit d1a2eed40c

@ -88,8 +88,8 @@ function(ly_add_target)
endif()
if(NOT ly_add_target_IMPORTED AND NOT ly_add_target_HEADERONLY)
if(NOT ly_add_target_FILES_CMAKE)
message(FATAL_ERROR "You must provide a list of _files.cmake files for the target")
endif()
message(FATAL_ERROR "You must provide a list of _files.cmake files for the target")
endif()
endif()
# If the GEM_MODULE tag is passed set the normal MODULE argument
@ -127,7 +127,7 @@ function(ly_add_target)
set(linking_options INTERFACE)
set(target_type_options INTERFACE)
set(linking_count "${linking_count}1")
endif()
endif()
if(ly_add_target_EXECUTABLE)
set(linking_options EXECUTABLE)
set(linking_count "${linking_count}1")

Loading…
Cancel
Save