cmake: include(Find…)->find_package(…)

This commit is contained in:
Florent Castelli
2017-01-17 21:32:55 +01:00
parent 63011f1402
commit 875563787f
3 changed files with 20 additions and 27 deletions

View File

@ -1,4 +1,4 @@
include(FindPkgConfig OPTIONAL)
find_package(PkgConfig)
macro(_internal_message msg)
if(NOT ${_is_quiet})