diff options
| author | Stelios Tsampas <loathingkernel@gmail.com> | 2017-07-31 17:09:40 +0300 |
|---|---|---|
| committer | Stelios Tsampas <loathingkernel@gmail.com> | 2017-07-31 17:09:40 +0300 |
| commit | a93c5c542042b582f2da765aa386772dc8437f01 (patch) | |
| tree | 9c34038ebc8f59106c6b1312e57b4f88f6088da1 /cmake/FindCdio.cmake | |
| parent | 3912ad309e60ca9e97a72baa9a2e651c6a5ab198 (diff) | |
| download | pcsxr-a93c5c542042b582f2da765aa386772dc8437f01.tar.gz | |
* Fix CMake to include PGXP sources. Import updated translations.
Includes some small fixes on CMake, such as prettier status messages,
host and target arch detection (taken from PCSX2), and various other
small errors.
Diffstat (limited to 'cmake/FindCdio.cmake')
| -rw-r--r-- | cmake/FindCdio.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmake/FindCdio.cmake b/cmake/FindCdio.cmake index b2d9ca54..1ddcd7d3 100644 --- a/cmake/FindCdio.cmake +++ b/cmake/FindCdio.cmake @@ -2,18 +2,18 @@ # # This module defines -# CDIO_INCLUDE_DIR, where to find iso9660.h, etc. +# CDIO_INCLUDE_DIR, where to find cdio.h, etc. # CDIO_LIBRARIES, the libraries to link against. # CDIO_FOUND, If false, do not try to use cdio. SET(CDIO_FOUND FALSE) -FIND_PATH(CDIO_INCLUDE_DIR iso9660.h +FIND_PATH(CDIO_INCLUDE_DIR cdio.h /usr/include/cdio /usr/local/include/cdio ) -FIND_LIBRARY(CDIO_C_LIB iso9660 +FIND_LIBRARY(CDIO_C_LIB cdio /usr/lib /usr/local/lib ) |
