added hint about removing CMakeCache.txt when libsndfile is missing
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1540 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -101,7 +101,7 @@ INCLUDE(${QT_USE_FILE})
|
||||
# check for libsndfile
|
||||
PKG_CHECK_MODULES(SNDFILE REQUIRED sndfile>=1.0.11)
|
||||
IF(NOT SNDFILE_FOUND)
|
||||
MESSAGE(FATAL_ERROR "LMMS requires libsndfile1 and libsndfile1-dev >= 1.0.11 - please install and try again!")
|
||||
MESSAGE(FATAL_ERROR "LMMS requires libsndfile1 and libsndfile1-dev >= 1.0.11 - please install, remove CMakeCache.txt and try again!")
|
||||
ENDIF(NOT SNDFILE_FOUND)
|
||||
|
||||
IF(WANT_CAPS)
|
||||
|
||||
Reference in New Issue
Block a user