Skip to content

Commit

Permalink
libnyquist: explicitly set C++ standard
Browse files Browse the repository at this point in the history
  • Loading branch information
mbekkomo committed Jan 18, 2025
1 parent effbb78 commit e5a0f2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
13 changes: 0 additions & 13 deletions packages/l/libnyquist/patches/error-deprecated-register.patch

This file was deleted.

1 change: 1 addition & 0 deletions packages/l/libnyquist/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ package("libnyquist")
on_install(function (package)
local configs = {
"-DCMAKE_BUILD_TYPE=" .. (package:is_debug() and "Debug" or "Release"),
"-DCMAKE_CXX_STANDARD=14",
"-DLIBNYQUIST_BUILD_EXAMPLE=Off",
}
import("package.tools.cmake").install(package, configs)
Expand Down

0 comments on commit e5a0f2b

Please sign in to comment.