CMakeLists.txt, remove package fftw3 (we use fftw3f)
This commit is contained in:
@@ -243,7 +243,6 @@ pkg_check_modules (LCMS REQUIRED lcms2)
|
|||||||
find_package (EXPAT REQUIRED expat>=2.0)
|
find_package (EXPAT REQUIRED expat>=2.0)
|
||||||
pkg_check_modules (FFTW3F REQUIRED fftw3f)
|
pkg_check_modules (FFTW3F REQUIRED fftw3f)
|
||||||
pkg_check_modules (IPTCDATA REQUIRED libiptcdata)
|
pkg_check_modules (IPTCDATA REQUIRED libiptcdata)
|
||||||
pkg_check_modules(FFTW3 fftw3)
|
|
||||||
find_package (JPEG REQUIRED)
|
find_package (JPEG REQUIRED)
|
||||||
find_package (PNG REQUIRED)
|
find_package (PNG REQUIRED)
|
||||||
find_package (TIFF REQUIRED)
|
find_package (TIFF REQUIRED)
|
||||||
@@ -297,7 +296,7 @@ set(OOSB_FILES "${PROJECT_SOURCE_DIR}/rtdata/rawtherapee.desktop" "${PROJECT_SOU
|
|||||||
if (OUT_OF_SOURCE_BUILD)
|
if (OUT_OF_SOURCE_BUILD)
|
||||||
foreach(f ${OOSB_FILES})
|
foreach(f ${OOSB_FILES})
|
||||||
file (REMOVE "${f}")
|
file (REMOVE "${f}")
|
||||||
endforeach(f)
|
endforeach(f)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
# check for generated files in the source tree which should not be there when
|
# check for generated files in the source tree which should not be there when
|
||||||
@@ -308,7 +307,7 @@ if (OUT_OF_SOURCE_BUILD)
|
|||||||
if (EXISTS "${f}")
|
if (EXISTS "${f}")
|
||||||
message (SEND_ERROR "Generated \"${f}\" found inside the source tree. Please remove it as it is a relic of the old build system and prevents valid compilation now.")
|
message (SEND_ERROR "Generated \"${f}\" found inside the source tree. Please remove it as it is a relic of the old build system and prevents valid compilation now.")
|
||||||
endif ()
|
endif ()
|
||||||
endforeach(f)
|
endforeach(f)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
## BEGIN: Generating AboutThisBuild.txt
|
## BEGIN: Generating AboutThisBuild.txt
|
||||||
|
Reference in New Issue
Block a user