mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
cmake_gui: fix debuginfo package
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user