[neon/snap-packaging/kf6-core-sdk/work.core24] /: This is unreal, now its ignoring cmake parameters.

Scarlett Moore null at kde.org
Tue Dec 2 13:18:28 GMT 2025


Git commit 0149d2ec740dbfe58f20ae551114b61718abbd24 by Scarlett Moore.
Committed on 02/12/2025 at 13:17.
Pushed by scarlettmoore into branch 'work.core24'.

This is unreal, now its ignoring cmake parameters.

M  +1    -4    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kf6-core-sdk/-/commit/0149d2ec740dbfe58f20ae551114b61718abbd24

diff --git a/snapcraft.yaml b/snapcraft.yaml
index a8d4e17..63f33de 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -514,10 +514,7 @@ parts:
       - -DCMAKE_INSTALL_PREFIX=/usr
       - -DCMAKE_BUILD_TYPE=Release
       - -DQT_MAJOR_VERSION=6
-      - "-DCMAKE_FIND_ROOT_PATH=$CRAFT_STAGE\\;/snap/kde-qt6-core24-sdk/current\\;/snap/kde-pyside6-core24-sdk/current\\;/usr"
-      - -DCMAKE_CXX_COMPILER=/usr/bin/g++
-      - -DCMAKE_C_COMPILER=/usr/bin/gcc
-      - -DCMAKE_CXX_STANDARD=17
+      - -DCMAKE_FIND_ROOT_PATH="$CRAFT_STAGE\\;/snap/kde-qt6-core24-sdk/current\\;/snap/kde-pyside6-core24-sdk/current\\;/usr"
     build-environment:
       - LLVM_INSTALL_DIR: /snap/kde-qt6-core24-sdk/current/usr/lib/llvm-18
       - CMAKE_PREFIX_PATH: /snap/kde-qt6-core24-sdk/current/usr:/snap/ffmpeg-2404-sdk/current/usr:/snap/kde-pyside6-core24-sdk/current${CMAKE_PREFIX_PATH:+:$CMAKE_PREFIX_PATH}


More information about the Neon-commits mailing list