Skip to content

Commit

Permalink
fix find lxc cmake includes path (#1506)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiran-kottarathil-infosys authored Feb 27, 2024
1 parent 7034aef commit 5be9f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/FindLXC.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if(${PC_LXC_FOUND})
set(LXC_INCLUDES ${PC_LXC_INCLUDE_DIRS})

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(LXC DEFAULT_MSG PC_LXC_FOUND LXC_LIBRARY LXC_LIBRARIES LXC_INCLUDES)
find_package_handle_standard_args(LXC DEFAULT_MSG PC_LXC_FOUND LXC_LIBRARY LXC_LIBRARIES)
mark_as_advanced(LXC_LIBRARY LXC_LIBRARIES LXC_INCLUDES)

if(LXC_FOUND AND NOT TARGET LXC::LXC)
Expand Down

0 comments on commit 5be9f3b

Please sign in to comment.