mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 10:21:57 -05:00
Remove redundant pkg-config package from duktapeConfig.cmake
This commit is contained in:
parent
5bb607fc98
commit
92e7677e4b
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@
|
|||
# DUKTAPE_DEFINITIONS - Compiler switches required for using Duktape
|
||||
#
|
||||
|
||||
find_package(PkgConfig QUIET)
|
||||
pkg_check_modules(PC_DUK QUIET duktape libduktape)
|
||||
PKG_CHECK_MODULES(PC_DUK QUIET duktape libduktape)
|
||||
|
||||
find_path(DUKTAPE_INCLUDE_DIR duktape.h
|
||||
HINTS ${PC_DUK_INCLUDEDIR} ${PC_DUK_INCLUDE_DIRS}
|
||||
|
|
Loading…
Reference in a new issue