mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Build fixed, goofed up some CMake
Forgot that CMake vars set to PARENT_SCOPE will still vanish if that parent scope goes...out of scope. LMDB vars elevated one more scope to compensate for moving db_drivers/ into external/
This commit is contained in:
parent
b21335642e
commit
8b82f3c57f
1 changed files with 4 additions and 0 deletions
4
external/CMakeLists.txt
vendored
4
external/CMakeLists.txt
vendored
|
@ -99,3 +99,7 @@ else()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_subdirectory(db_drivers)
|
add_subdirectory(db_drivers)
|
||||||
|
set(LMDB_STATIC ${LMDB_STATIC} PARENT_SCOPE)
|
||||||
|
set(LMDB_INCLUDE ${LMDB_INCLUDE} PARENT_SCOPE)
|
||||||
|
set(LMDB_LIBRARY ${LMDB_LIBRARY} PARENT_SCOPE)
|
||||||
|
set(LMDB_LIBRARY_DIRS ${LMDB_LIBRARY_DIRS} PARENT_SCOPE)
|
||||||
|
|
Loading…
Reference in a new issue