Skip to content

Commit

Permalink
Fix:vehicle:geoclue Fix cmake usage (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
metalstrolch committed Apr 11, 2021
1 parent 97fcb96 commit 89f4cf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ if(PKG_CONFIG_FOUND)
pkg_check_modules ( GeoClue libgeoclue-2.0 )
if(GeoClue_FOUND)
include_directories(${GeoClue_INCLUDE_DIRS})
set_with_reason(vehicle/geoclue "libgeoclue found" TRUE ${GeoClue_INCLUDE_DIRS})
set_with_reason(vehicle/geoclue "libgeoclue found" TRUE
${GeoClue_LIBRARIES})
endif(GeoClue_FOUND)
else(PKG_CONFIG_FOUND)
set_with_reason(support/glib "Glib not found" TRUE ${INTL_LIBS})
Expand Down

0 comments on commit 89f4cf5

Please sign in to comment.