Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
cmuhammedrafi authored Sep 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ed58909 commit 0fd964d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ if(ENABLE_GNOME_NETWORKMANAGER)
pkg_check_modules(GLIB REQUIRED glib-2.0)
pkg_check_modules(LIBNM REQUIRED libnm)
else()
find_package(IARMBus)
find_package(IARMBus REQUIRED)
endif ()

if(ENABLE_NETWORKMANAGER_UNIT_TEST)

0 comments on commit 0fd964d

Please sign in to comment.