Skip to content

Commit

Permalink
feat: remove automatic policy set from assert function (#244)
Browse files Browse the repository at this point in the history
* feat: remove automatic policy set in `assert` function

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>

* test: specify minimum required CMake version in each test script

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>

* chore: bump minimum required CMake version to 3.24

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>

---------

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
  • Loading branch information
threeal authored Oct 6, 2024
1 parent d16f3c9 commit b025c75
Show file tree
Hide file tree
Showing 7 changed files with 220 additions and 220 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.21)
cmake_minimum_required(VERSION 3.24)

project(
Assertion
Expand Down
Loading

0 comments on commit b025c75

Please sign in to comment.