diff --git a/library/PolyVoxConfig.cmake.in b/library/PolyVoxConfig.cmake.in index 55129dae..a41baf55 100644 --- a/library/PolyVoxConfig.cmake.in +++ b/library/PolyVoxConfig.cmake.in @@ -25,8 +25,8 @@ set(PolyVoxCore_INCLUDE_DIRS "${PREFIX}/@PolyVoxCore_INCLUDE_INSTALL_DIRS@") set(PolyVoxUtil_INCLUDE_DIRS "${PREFIX}/@PolyVoxUtil_INCLUDE_INSTALL_DIRS@") set(PolyVox_INCLUDE_DIRS "${PolyVoxCore_INCLUDE_DIRS}" "${PolyVoxUtil_INCLUDE_DIRS}" "${PREFIX}/include") -set(PolyVoxCore_LIBRARIES debug "PolyVoxCore_d" optimized "PolyVoxCore") -set(PolyVoxUtil_LIBRARIES debug "PolyVoxUtil_d" optimized "PolyVoxUtil") +set(PolyVoxCore_LIBRARIES "PolyVoxCore") +set(PolyVoxUtil_LIBRARIES "PolyVoxUtil") set(PolyVox_LIBRARIES "${PolyVoxCore_LIBRARIES};${PolyVoxUtil_LIBRARIES}") message(STATUS "Found PolyVox")