cmake: use option to pass extra check options instead of hardcoding them
This commit is contained in:
4
.github/workflows/vmactions.yml
vendored
4
.github/workflows/vmactions.yml
vendored
@@ -44,5 +44,7 @@ jobs:
|
||||
libudev-devd
|
||||
|
||||
run: |
|
||||
cmake -S . -B build -GNinja
|
||||
cmake -S . -B build -GNinja \
|
||||
-DSDL_EXTRA_CHECK_INCLUDES="/usr/local/include" \
|
||||
-DSDL_EXTRA_CHECK_LINK_OPTIONS="-L/usr/local/lib"
|
||||
cmake --build build --verbose -- -j`sysctl -n hw.ncpu`
|
||||
|
||||
Reference in New Issue
Block a user