- removed the fixed search path for FMod on drive E: because this can cause problems with automated builds on unknown systems.

This should never have been set up like this.
This commit is contained in:
Christoph Oelckers 2017-02-16 19:45:03 +01:00
parent 944f2bf266
commit 36e5bab657
1 changed files with 0 additions and 2 deletions

View File

@ -103,8 +103,6 @@ if( WIN32 )
set( FMOD_SEARCH_PATHS
"C:/Program Files/FMOD SoundSystem/FMOD Programmers API ${WIN_TYPE}/api"
"C:/Program Files (x86)/FMOD SoundSystem/FMOD Programmers API ${WIN_TYPE}/api"
# This next one is for Randy.
"E:/Software/Dev/FMOD/${WIN_TYPE}/api"
)
set( FMOD_INC_PATH_SUFFIXES PATH_SUFFIXES inc )
set( FMOD_LIB_PATH_SUFFIXES PATH_SUFFIXES lib )