magiruuvelvet / OTPGen

Multi-purpose OTP token generator written in C++ and Qt with encryption and System Tray Icon. Supports TOTP, HOTP, Authy and Steam and custom digit lengths and periods.
BSD 2-Clause "Simplified" License
11 stars 5 forks source link

Removed -rpath compiler argument #2

Closed SCOTT-HAMILTON closed 4 years ago

SCOTT-HAMILTON commented 4 years ago

Rpath compiler option needs a path directory as argument. You forgot to mention it in CMakeLists.txt

Here is the documentation on this option : clang's -rpath reference

Meanwhile this patch just removes it.