This repository was archived by the owner on May 8, 2019. It is now read-only.
This repository was archived by the owner on May 8, 2019. It is now read-only.
Using FindPackage to detect MDK installation #1
Open
Description
In CMake projects like MariaDB Connector C, CMake can "install" the SDK on a specific directory (usual C:\Program FIles...) that contains the header and libraries of the SDK installed.
After the installation is completed, FindPackage() will be able to detect the component without linking it again.
Since MDK is designed to be a fully standalone SDK, it will be very helpfull to include a FindPackage() command, so any future module shouldn't require to add MDK as submodule.