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 #1

Updated by delroth about 10 years ago

  • Status changed from New to Accepted

skid, I think you added soundtouch, right?

Actions #2

Updated by flacs about 10 years ago

  • Issue type changed from Bug to Other
  • Priority set to Normal
  • Easy set to Yes
  • Operating system FreeBSD added
  • Operating system deleted (Android)

@alexjnewt: If you like, you can make a pull request on GitHub: https://github.com/dolphin-emu/dolphin.

Actions #4

Updated by flacs about 10 years ago

  • Status changed from Accepted to Fixed

Merged in 3d0116e.

Actions

Also available in: Atom PDF