[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
@ -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…
Reference in New Issue
Block a user