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
env:
CMake Error at third_party/SingleApplication/CMakeLists.txt:41 (find_library): Could not find advapi32_LIBRARY using the following names: advapi32
Maybe we don't need advapi32 on MinGW.
The text was updated successfully, but these errors were encountered:
Same problem here. On Windows 10, Qt 5.15.2 MSVC 16 (2019).
It actually compiles once I change the cmake code into:
if(WIN32) target_link_libraries(${PROJECT_NAME} PRIVATE advapi32) endif()
Sorry, something went wrong.
Feel free to submit a PR.
fix Could not find advapi32_LIBRARY (itay-grudev#183)
934e8d3
No branches or pull requests
env:
Maybe we don't need advapi32 on MinGW.
The text was updated successfully, but these errors were encountered: