shawwn / noh

An open source implementation of Icefrog's DotA, with a pretty amazing engine. Builds in 3 minutes flat; cross-platform.
197 stars 31 forks source link

FMOD Include issue on Linux #10

Open GapingPixel opened 1 week ago

GapingPixel commented 1 week ago

Unable to compile due to : CMake Error at CMakeLists.txt:331 (find_path): Could not find FMOD_INCLUDE_DIR using the following files: fmod.h Call Stack (most recent call first): CMakeLists.txt:344 (find_include_dir)

from Macro (find_include_dir VAR ROOT header) find_path(${VAR} ${header} PATH_SUFFIXES ${ARGN} PATHS "${ROOT}" ENV ${ROOT} REQUIRED)