mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 19:45:34 +00:00
Merge branch '6018-reconfiguring-on-windows-without-ci-script-loses-lz4' into 'master'
Resolve "Reconfiguring on Windows without CI script loses LZ4" Closes #6018 See merge request OpenMW/openmw!1360
This commit is contained in:
commit
846e35f183
1 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,8 @@ include(FindPackageHandleStandardArgs)
|
|||
find_package_handle_standard_args(LZ4 DEFAULT_MSG
|
||||
LZ4_LIBRARY LZ4_INCLUDE_DIR LZ4_VERSION)
|
||||
|
||||
set(LZ4_INCLUDE_DIR ${LZ4_INCLUDE_DIR} CACHE PATH "LZ4 include dir hint")
|
||||
set(LZ4_LIBRARY ${LZ4_LIBRARY} CACHE FILEPATH "LZ4 library path hint")
|
||||
mark_as_advanced(LZ4_INCLUDE_DIR LZ4_LIBRARY)
|
||||
|
||||
set(LZ4_LIBRARIES ${LZ4_LIBRARY})
|
||||
|
|
Loading…
Reference in a new issue