Skip to content

🐛 (patch) Fix ASAN & other conditional statements#42

Merged
kammce merged 1 commit intomainfrom
fix-bad-if-statements
Feb 3, 2026
Merged

🐛 (patch) Fix ASAN & other conditional statements#42
kammce merged 1 commit intomainfrom
fix-bad-if-statements

Conversation

@kammce
Copy link
Member

@kammce kammce commented Feb 3, 2026

Users got:

CMake Error at cmake/build.cmake:111 (if):
  if given arguments:

    "AND" "NOT" "WIN32"

  Unknown arguments specified
Call Stack (most recent call first):
  CMakeLists.txt:24 (libhal_unit_test)

Due to bad dereferencing in cmake

Users got:

```
CMake Error at cmake/build.cmake:111 (if):
  if given arguments:

    "AND" "NOT" "WIN32"

  Unknown arguments specified
Call Stack (most recent call first):
  CMakeLists.txt:24 (libhal_unit_test)
```

Due to bad dereferencing in cmake
@kammce kammce merged commit 80eb395 into main Feb 3, 2026
1 check passed
@kammce kammce deleted the fix-bad-if-statements branch February 3, 2026 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant