cmake: fix CMAKE_FIND_FRAMEWORK

This commit is contained in:
Nikolay Korotkiy
2020-07-28 19:05:43 +03:00
parent f8369badce
commit b53902f535
4 changed files with 3 additions and 5 deletions
@@ -56,8 +56,6 @@ mkDerivation rec {
"-DLICENSING_PROVIDER:BOOL=OFF"
"-DMapper_MANUAL_QTHELP:BOOL=OFF"
] ++ stdenv.lib.optionals stdenv.isDarwin [
# Usually enabled on Darwin
"-DCMAKE_FIND_FRAMEWORK=never"
# FindGDAL is broken and always finds /Library/Framework unless this is
# specified
"-DGDAL_INCLUDE_DIR=${gdal}/include"