Skip to content

Commit

Permalink
build: remove unused CMake defines
Browse files Browse the repository at this point in the history
  • Loading branch information
aloisklink committed Jun 10, 2022
1 parent aba44f8 commit a80509e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@
"displayName": "Linux",
"description": "Default build for Linux (uses netlink)",
"cacheVariables": {
"CROSS_COMPILE_EDGESEC": false,
"BUILD_MNL_LIB": true,
"BUILD_NETLINK_LIB": true,
"BUILD_NL_LIB": true,
"USE_NETLINK_SERVICE": true,
"USE_UCI_SERVICE": false,
"USE_GENERIC_IP_SERVICE": false,
Expand All @@ -45,7 +43,6 @@
"cacheVariables": {
"BUILD_MNL_LIB": false,
"BUILD_NETLINK_LIB": false,
"BUILD_NL_LIB": false,
"USE_NETLINK_SERVICE": false,
"USE_UCI_SERVICE": true,
"USE_GENERIC_IP_SERVICE": false,
Expand Down
2 changes: 0 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_LIBRARY_ARCHITECTURE="$(DEB_TARGET_MULTIARCH)" \
-DCMAKE_BUILD_TYPE=Release \
-DCROSS_COMPILE_EDGESEC=OFF \
-DBUILD_MNL_LIB=ON\
-DBUILD_NETLINK_LIB=ON\
-DBUILD_NL_LIB=ON\
-DUSE_NETLINK_SERVICE=ON\
-DUSE_UCI_SERVICE=OFF\
-DBUILD_HOSTAPD=ON
Expand Down

0 comments on commit a80509e

Please sign in to comment.