mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 18:05:36 -04:00
[libcalamares] Add missing include-dir
- Fix build on FreeBSD, where the yaml-cpp headers don't live in any normally-searched include directory.
This commit is contained in:
parent
fc979404d1
commit
15b97f8e3f
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ mark_thirdparty_code( ${kdsagSources} )
|
|||
include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${YAMLCPP_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
if( WITH_PYTHON )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue