cmake: Fixed missing include
This commit is contained in:
parent
8d8731053d
commit
bae428393a
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
include(CheckPrototypeDefinition)
|
||||
include(CheckLibraryExists)
|
||||
include(CheckFunctionExists)
|
||||
include(CheckSymbolExists)
|
||||
include(PackageUtils)
|
||||
|
||||
# Check for packages
|
||||
|
|
Loading…
Add table
Reference in a new issue