https://bugs.kde.org/show_bug.cgi?id=428995
Sharaf <sharafzaz...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Ever confirmed|0 |1 CC| |sharafzaz...@gmail.com --- Comment #1 from Sharaf <sharafzaz...@gmail.com> --- yes, you're right. Things seem fine with krita/3rdparty/CMakeLists.txt, but once we assign the variable to GLOBAL_PROFILE, because of quotes/no-quotes the list somehow gets expanded. I did try a few combination with quotes, no quotes and escaping but nothing seemed to work :/ ``` set (GLOBAL_PROFILE ${GLOBAL_PROFILE} -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} -DANDROID_PLATFORM=${ANDROID_PLATFORM} -DANDROID_ABI=${ANDROID_ABI} -DCMAKE_FIND_ROOT_PATH=${CMAKE_FIND_ROOT_PATH}) ``` -- You are receiving this mail because: You are watching all bug changes.