Skip to content

Commit

Permalink
DONT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed May 16, 2024
1 parent efb0435 commit 93d412e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cmake/Assertion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,10 @@ function(assert_message MODE EXPECTED_MESSAGE)
set(${MODE}_MESSAGES "${${MODE}_MESSAGES}" PARENT_SCOPE)
endif()
endfunction()

# Asserts whether the given given command successfully execute a process.
#
# Arguments:
# - ARGN: The command to execute.
function(assert_execute_process)
endfunction()

0 comments on commit 93d412e

Please sign in to comment.