Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
Description
- Required variables are not set: "Define both USP_SERVER_URL and USP_AUTH_KEY to enable data submission"
- Fails to link on Windows: CMake finds the compiler at "C:\strawberry\c\bin\c++" instead of using MSVC. We had to workaround that in our Qt Creator build script too. Let's see if we just can pass on CMAKE_C_COMPILER and CMAKE_CXX_COMPILER to the ExternalProject_Add calls)