Actions
Emulator Issues #7074
closedTypo in CMakeLists.txt
Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
FreeBSD
Issue type:
Other
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
Yes
Relates to maintainability:
No
Regression start:
Fixed in:
Description
In the root CMakeList.txt file there is a typo.
Where it says:
check_lib(SOUNDTOUCH SoundTouch soundtouch/soundtouch.h QUIET)
it should say
check_lib(SOUNDTOUCH SoundTouch soundtouch/SoundTouch.h QUIET)
the lack of capitalization causes the soundtouch not to be found, though the externals version is build on linux distros, rather than using the shared library.
Actions