CMake: Don't use exported SDK libs if present in current build
Once installed, CMake will find the SDK libs in the installationlocation (at least on Windows). This should ensure that the libsfrom the current build are used, if they are present.
View differences
CMake: Don't use exported SDK libs if present in current build
Once installed, CMake will find the SDK libs in the installation
location (at least on Windows). This should ensure that the libs
from the current build are used, if they are present.