merged VWR-23455: Don't download FMOD unless INSTALL_PROPRIETARY is TRUE
commit
6caf8a4575
|
|
@ -173,6 +173,7 @@ Boroondas Gupte
|
|||
VWR-233
|
||||
VWR-20583
|
||||
VWR-20891
|
||||
VWR-23455
|
||||
WEB-262
|
||||
Bulli Schumann
|
||||
CT-218
|
||||
|
|
|
|||
|
|
@ -7,8 +7,10 @@ if (FMOD)
|
|||
set(FMOD_FIND_REQUIRED ON)
|
||||
include(FindFMOD)
|
||||
else (STANDALONE)
|
||||
include(Prebuilt)
|
||||
use_prebuilt_binary(fmod)
|
||||
if (INSTALL_PROPRIETARY)
|
||||
include(Prebuilt)
|
||||
use_prebuilt_binary(fmod)
|
||||
endif (INSTALL_PROPRIETARY)
|
||||
|
||||
if (WINDOWS)
|
||||
set(FMOD_LIBRARY fmod)
|
||||
|
|
|
|||
Loading…
Reference in New Issue