Project

General

Profile

Actions

Emulator Issues #7074

closed

Typo in CMakeLists.txt

Added by alexjnewt about 10 years ago.

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

Also available in: Atom PDF