Update Linux install paths to be FHS compliant. Windows paths should be unchanged.
This commit is contained in:
@ -14,8 +14,8 @@
|
||||
include(FindPackageMessage)
|
||||
|
||||
set(PREFIX "@CMAKE_INSTALL_PREFIX@")
|
||||
set(PolyVox_LIBRARY_DIRS "${PREFIX}/PolyVoxCore/lib" "${PREFIX}/PolyVoxUtil/lib")
|
||||
set(PolyVox_INCLUDE_DIRS "${PREFIX}/PolyVoxCore/include" "${PREFIX}/PolyVoxUtil/include" "${PREFIX}/include")
|
||||
set(PolyVox_LIBRARY_DIRS "${PREFIX}/@PolyVoxCore_LIBRARY_INSTALL_DIRS@" "${PREFIX}/@PolyVoxUtil_LIBRARY_INSTALL_DIRS@")
|
||||
set(PolyVox_INCLUDE_DIRS "${PREFIX}/@PolyVoxCore_INCLUDE_INSTALL_DIRS@" "${PREFIX}/@PolyVoxCore_INCLUDE_INSTALL_DIRS@" "${PREFIX}/include")
|
||||
set(PolyVox_LIBRARIES "PolyVoxUtil" "PolyVoxCore")
|
||||
|
||||
message(STATUS "Found PolyVox")
|
||||
|
Reference in New Issue
Block a user