Fix identiation issues
This commit is contained in:
@@ -88,8 +88,8 @@ function(ly_add_target)
|
|||||||
endif()
|
endif()
|
||||||
if(NOT ly_add_target_IMPORTED AND NOT ly_add_target_HEADERONLY)
|
if(NOT ly_add_target_IMPORTED AND NOT ly_add_target_HEADERONLY)
|
||||||
if(NOT ly_add_target_FILES_CMAKE)
|
if(NOT ly_add_target_FILES_CMAKE)
|
||||||
message(FATAL_ERROR "You must provide a list of _files.cmake files for the target")
|
message(FATAL_ERROR "You must provide a list of _files.cmake files for the target")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# If the GEM_MODULE tag is passed set the normal MODULE argument
|
# 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(linking_options INTERFACE)
|
||||||
set(target_type_options INTERFACE)
|
set(target_type_options INTERFACE)
|
||||||
set(linking_count "${linking_count}1")
|
set(linking_count "${linking_count}1")
|
||||||
endif()
|
endif()
|
||||||
if(ly_add_target_EXECUTABLE)
|
if(ly_add_target_EXECUTABLE)
|
||||||
set(linking_options EXECUTABLE)
|
set(linking_options EXECUTABLE)
|
||||||
set(linking_count "${linking_count}1")
|
set(linking_count "${linking_count}1")
|
||||||
|
|||||||
Reference in New Issue
Block a user