You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: obsolete options which have long been deprecated
This is simply dropping the error that would be presented for any
existing usage. These have been rooted out for some time now. Remove
the obsoleted checks.
message(SEND_ERROR"library ${name} is using FORCE_BUILD_OPTIMIZED flag which is deprecated. Please use target_compile_options instead")
1565
-
endif()
1566
-
if(ASHL_C_COMPILE_FLAGS)
1567
-
message(SEND_ERROR"library ${name} is using C_COMPILE_FLAGS parameter which is deprecated. Please use target_compile_definitions, target_compile_options, or target_include_directories instead")
1568
-
endif()
1569
-
if(ASHL_DEPENDS)
1570
-
message(SEND_ERROR"library ${name} is using DEPENDS parameter which is deprecated. Please use add_dependencies instead")
1571
-
endif()
1572
-
if(ASHL_FILE_DEPENDS)
1573
-
message(SEND_ERROR"library ${name} is using FILE_DEPENDS parameter which is deprecated.")
1574
-
endif()
1575
-
if(ASHL_LINK_LIBRARIES)
1576
-
message(SEND_ERROR"library ${name} is using LINK_LIBRARIES parameter which is deprecated. Please use target_link_libraries instead")
0 commit comments