Fixed path because it was going up too many directories.
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
include(FindPackageMessage)
|
||||
|
||||
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@")
|
||||
|
Reference in New Issue
Block a user