2.4.41
This commit is contained in:
@@ -19,18 +19,18 @@ function(myx_uncrustify TARGET_NAME)
|
||||
endif()
|
||||
|
||||
if(NOT EXISTS ${ARG_CONFIG})
|
||||
myx_message_notice("MyxCMake: uncrustify config is not found")
|
||||
myx_message_notice("-- MyxCMake: uncrustify config is not found")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT UNCRUSTIFY_EXE)
|
||||
myx_message_notice("MyxCMake: uncrustify executable is not found")
|
||||
myx_message_notice("-- MyxCMake: uncrustify executable is not found")
|
||||
return()
|
||||
endif()
|
||||
|
||||
get_filename_component(CONFIG_DIR ${ARG_CONFIG} DIRECTORY)
|
||||
if(NOT "${CMAKE_SOURCE_DIR}" STREQUAL "${CONFIG_DIR}")
|
||||
myx_message("MyxCMake: skip uncrustify for project ${PROJECT_NAME}")
|
||||
myx_message("-- MyxCMake: skip uncrustify for project ${PROJECT_NAME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user