Skip to content

Commit

Permalink
Merge pull request #68 from MambaWong/find_curses
Browse files Browse the repository at this point in the history
build: find_package(Curses REQUIRED) for 'cyber_monitor'
  • Loading branch information
minhanghuang authored Jul 13, 2024
2 parents 24b37f2 + d69460c commit a73eff4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ubuntu18-v9.0.0-build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: ubuntu18.04 v9.0.0 build x86-64
run-name: ubuntu18 x86-64

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

on:
push:
branches:
Expand Down
2 changes: 2 additions & 0 deletions cyber/tools/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
project(tools VERSION 1.0.0)

find_package(Curses REQUIRED)

# cyber monitor
add_executable(cyber_monitor
cyber_monitor/cyber_topology_message.cc
Expand Down

0 comments on commit a73eff4

Please sign in to comment.