mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 14:47:19 +02:00
build separate debug and release versions of polyvox library
This commit is contained in:
parent
a71c5cae5f
commit
3bc182730a
1 changed files with 1 additions and 1 deletions
2
cmake/externals/polyvox/CMakeLists.txt
vendored
2
cmake/externals/polyvox/CMakeLists.txt
vendored
|
@ -4,7 +4,7 @@ include(ExternalProject)
|
|||
ExternalProject_Add(
|
||||
${EXTERNAL_NAME}
|
||||
URL http://hifi-public.s3.amazonaws.com/dependencies/polyvox-master-2015-7-15.zip
|
||||
URL_MD5 d7965dc206e6f9bbdb210a9612f56382
|
||||
URL_MD5 9268bc5dc4141b303521dd67c133f1df
|
||||
CMAKE_ARGS -DENABLE_EXAMPLES=OFF -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
|
||||
BINARY_DIR ${EXTERNAL_PROJECT_PREFIX}/build
|
||||
LOG_DOWNLOAD 1
|
||||
|
|
Loading…
Reference in a new issue