KurtPattyn / QtAwsIoT

Qt library for accessing AWS IoT
MIT License
13 stars 5 forks source link

Inform user when using a multi-config cmake generator #10

Closed reiniercriel closed 7 years ago

reiniercriel commented 7 years ago

When using XCode or Visual Studio - like Multi-Configuration CMake generators, it does not suffice to specifiy the CMAKE_BUILD_TYPE before running the build. In this case, the user needs to pass a flag to the compiler. This change will inform the user that this is necessary.