mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-21 15:55:36 +08:00
Fix libyaml patch slashes (#499)
* Fix libyaml patch slashes * Add tests for libyaml * Rename due to linux is case-sensitive
This commit is contained in:
10
src/globals/extra/libyaml_yamlConfig.cmake.in
Normal file
10
src/globals/extra/libyaml_yamlConfig.cmake.in
Normal file
@@ -0,0 +1,10 @@
|
||||
@PACKAGE_INIT@
|
||||
|
||||
set_and_check(yaml_TARGETS "@PACKAGE_CONFIG_DIR_CONFIG@/yamlTargets.cmake")
|
||||
|
||||
if(NOT yaml_TARGETS_IMPORTED)
|
||||
set(yaml_TARGETS_IMPORTED 1)
|
||||
include(${yaml_TARGETS})
|
||||
endif()
|
||||
|
||||
set(yaml_LIBRARIES yaml)
|
||||
Reference in New Issue
Block a user