We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to compile this on Arch (CMake 3.18), but I'm getting an error that TARGETS are not defined in kde2_library.cmake
CMake Error at kdelibs/cmake/kde2_library.cmake:112 (export): export Unknown argument: "TARGETS". Call Stack (most recent call first): kdelibs/dcop/CMakeLists.txt:60 (kde2_library)
CMake Error at kdelibs/cmake/kde2_library.cmake:112 (export): export Unknown argument: "TARGETS". Call Stack (most recent call first): kdelibs/kdecore/CMakeLists.txt:91 (kde2_library)
And so on... Error Log: https://pastebin.com/Y4mPZ3An
I'm not sure how to proceed here.
The text was updated successfully, but these errors were encountered:
Also getting this error -- though I'm getting it at line 111.
CMake Error at kdelibs/cmake/kde2_library.cmake:111 (export): export Unknown argument: "TARGETS". Call Stack (most recent call first): kdelibs/dcop/CMakeLists.txt:60 (kde2_library) CMake Error at kdelibs/cmake/kde2_library.cmake:111 (export): export Unknown argument: "TARGETS". Call Stack (most recent call first): kdelibs/kdecore/CMakeLists.txt:91 (kde2_library)
Sorry, something went wrong.
Hi. Which cmake version are you using ?
3.16.3, according to itself.
CMakeOutput and CMakeError output CMakeError.log CMakeOutput.log :
same thing happens to me, too. manjaro, cmake 3.27.7
No branches or pull requests
I'm trying to compile this on Arch (CMake 3.18), but I'm getting an error that TARGETS are not defined in kde2_library.cmake
CMake Error at kdelibs/cmake/kde2_library.cmake:112 (export):
export Unknown argument: "TARGETS".
Call Stack (most recent call first):
kdelibs/dcop/CMakeLists.txt:60 (kde2_library)
CMake Error at kdelibs/cmake/kde2_library.cmake:112 (export):
export Unknown argument: "TARGETS".
Call Stack (most recent call first):
kdelibs/kdecore/CMakeLists.txt:91 (kde2_library)
And so on...
Error Log: https://pastebin.com/Y4mPZ3An
I'm not sure how to proceed here.
The text was updated successfully, but these errors were encountered: