Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile and cmake-conf: set CMAKE_SYSTEM_PROCESSOR | Tony Theodore | 2018-03-20 | 1 | -0/+1 |
| | |||||
* | cmake: add prefixed cpack and CPACK_NSIS_EXECUTABLE | Tony Theodore | 2017-08-15 | 1 | -0/+1 |
| | | | | see #1502 | ||||
* | support overriding CMAKE_BUILD_TYPE in cmdline | Boris Nagaev | 2017-03-15 | 2 | -1/+4 |
| | | | | | | | | | The script checks if -DCMAKE_BUILD_TYPE is passed in command line and if it is not passed, passes -DCMAKE_BUILD_TYPE=Release. So now other build types are supported, just pass -DCMAKE_BUILD_TYPE=<desired-type> to the script $(TARGET)-cmake. Fix https://github.com/mxe/mxe/issues/1697 | ||||
* | cmake: improve configuration with templates | Tony Theodore | 2017-03-12 | 2 | -0/+92 |
- move cmake configuration from mxe-conf to cmake-conf - replace `echo` with templates for readability and maintenance - allow packages to set other dep files - set CMAKE_POLICY_DEFAULT_CMPNNNN in wrapper since `cmake_minimum_required` or `cmake_policy` can't be set in toolchain (closes #971) |