Skip to content

Commit

Permalink
CMake: Remove deprecated loki_transform_transpile CMake macro
Browse files Browse the repository at this point in the history
  • Loading branch information
mlange05 committed Jan 9, 2025
1 parent bbdbd0c commit 2f21edd
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions cmake/loki_transform.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -363,41 +363,6 @@ function( loki_transform_target )

endfunction()

##############################################################################
# .rst:
#
# loki_transform_transpile
# ========================
#
# **Removed:** Apply Loki transformation in transpile mode.::
#
# loki_transform_transpile(
# )
#
# ..warning::
# loki_transform_transpile() was removed!
#
# Please use
# loki_transform( COMMAND convert [...] )
# or
# loki_transform_target( COMMAND convert [...] ).
#
##############################################################################

function( loki_transform_transpile )

ecbuild_critical( "\
loki_transform_transpile() was removed!
Please use
loki_transform( COMMAND convert [...] )
or
loki_transform_target( COMMAND convert [...] ).
"
)

endfunction()


##############################################################################
# .rst:
#
Expand Down

0 comments on commit 2f21edd

Please sign in to comment.