diff --git a/dev-build/cmake/cmake_gui-3.30.5.recipe b/dev-build/cmake/cmake_gui-3.30.5.recipe index deeb2d52e..f704108cf 100644 --- a/dev-build/cmake/cmake_gui-3.30.5.recipe +++ b/dev-build/cmake/cmake_gui-3.30.5.recipe @@ -10,7 +10,7 @@ installed in the same prefix as the main cmake package." HOMEPAGE="https://cmake.org/" COPYRIGHT="2002-2024 Kitware, Inc., Insight Consortium" LICENSE="CMake" -REVISION="2" +REVISION="3" SOURCE_URI="https://cmake.org/files/v${portVersion%.*}/cmake-$portVersion.tar.gz" CHECKSUM_SHA256="9f55e1a40508f2f29b7e065fa08c29f82c402fa0402da839fffe64a25755a86d" SOURCE_DIR="cmake-$portVersion" @@ -82,7 +82,7 @@ BUILD() # the CMAKE_*_DIR variables should match the definitions in the cmake recipe cmake -Bbuild-gui -S. $cmakeDirArgs \ -DCMAKE_INSTALL_BINDIR=bin \ - -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DBUILD_CursesDialog=OFF \ -DBUILD_QtDialog=ON \ -DCMAKE_DATA_DIR=/$relativeDataDir/cmake \