Fixed path because it was going up too many directories.
This commit is contained in:
parent
789cf60f68
commit
089c5251b5
@ -14,7 +14,7 @@
|
|||||||
include(FindPackageMessage)
|
include(FindPackageMessage)
|
||||||
|
|
||||||
get_filename_component(THIS_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
get_filename_component(THIS_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||||
set(PREFIX ${THIS_DIR}/../../..)
|
set(PREFIX ${THIS_DIR}/..)
|
||||||
|
|
||||||
|
|
||||||
set(PolyVoxCore_LIBRARY_DIRS "${PREFIX}/@PolyVoxCore_LIBRARY_INSTALL_DIRS@")
|
set(PolyVoxCore_LIBRARY_DIRS "${PREFIX}/@PolyVoxCore_LIBRARY_INSTALL_DIRS@")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user