Skip to content

Commit

Permalink
fix(cmake)
Browse files Browse the repository at this point in the history
  • Loading branch information
bouda1 committed Oct 20, 2023
1 parent dd9109a commit d7e9687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ cd build
echo "$conan install .. --build=missing"
$conan install .. --build=missing

if [[ $STD -eq 17 ]] ; then
if [[ "$STD" -eq "gnu17" ]] ; then
NG="-DNG=ON"
else
NG="-DNG=OFF"
Expand Down

2 comments on commit d7e9687

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass %
7 2 0 9 77.78

Failed Tests

Name Message ⏱️ Duration Suite
EBDP4 Source file '/tmp/var/lib/centreon-engine/central-module-master3.memory.central-module-master-output' does not exist. 22.867 s Delete-Poller
EBDP8 Source file '/tmp/var/lib/centreon-engine/central-module-master3.memory.central-module-master-output' does not exist. 17.723 s Delete-Poller

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass %
7 2 0 9 77.78

Failed Tests

Name Message ⏱️ Duration Suite
EBDP4 Source file '/tmp/var/lib/centreon-engine/central-module-master3.memory.central-module-master-output' does not exist. 22.103 s Delete-Poller
EBDP8 Source file '/tmp/var/lib/centreon-engine/central-module-master3.memory.central-module-master-output' does not exist. 16.814 s Delete-Poller

Please sign in to comment.