mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Remove redundant pkg-config package from duktapeConfig.cmake
This commit is contained in:
@@ -11,8 +11,7 @@
|
|||||||
# DUKTAPE_DEFINITIONS - Compiler switches required for using Duktape
|
# 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
|
find_path(DUKTAPE_INCLUDE_DIR duktape.h
|
||||||
HINTS ${PC_DUK_INCLUDEDIR} ${PC_DUK_INCLUDE_DIRS}
|
HINTS ${PC_DUK_INCLUDEDIR} ${PC_DUK_INCLUDE_DIRS}
|
||||||
|
|||||||
Reference in New Issue
Block a user