MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0010389 | CMake | CMake | public | 2010-03-08 18:22 | 2016-06-10 14:31 |
Reporter | d3x0r | ||||
Assigned To | Bill Hoffman | ||||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | CMake-2-8 | ||||
Target Version | Fixed in Version | ||||
Summary | 0010389: To correctly support watcom, a few additional flags are needed. | ||||
Description | Already there exists CMAKE_SHARED_LIBRARY_C_FLAGS to add flags to compile when building a library, but as far as I can tell, the related flags for building window and console mode applications does not exist.. I would suggest adding these... in the vein of _SHARED_LIBRARY_ CMAKE_WIN32_C_FLAGS CMAKE_CONSOLE_C_FLAGS I might also suggest CMAKE_EXECUTABLE_C_FLAGS to be added as a base for CMAKE_WIN32_C_FLAGS and CMAKE_CONSOLE_C_FLAGS if neither of those are defined. ------------------- Also, a method to specify the system build type might be a nice feature to add to the core platform generator. There is an option for watcom '-bt' which specifies the build target system. It can be one of these values... "" - blank is default to current system type (the type the current tools are ) "NT", "OS2", "DOS", "QNX" ... for their respective systems. Although at an upper level I can set something like set_property(CACHE CMAKE_WATCOM_BUILD_TYPE PROPERTY STRINGS "" "NT" "OS2" "DOS" "QNX") When I try to use ${CMAKE_WATCOM_BUILD_TYPE} in the compile rule, it is not set when I change the value of BUILD_TYPE. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-03-08 18:22 | d3x0r | New Issue | |||
2010-03-09 08:38 | Bill Hoffman | Note Added: 0019773 | |||
2010-03-09 08:38 | Bill Hoffman | Status | new => assigned | ||
2010-03-09 08:38 | Bill Hoffman | Assigned To | => Bill Hoffman | ||
2010-06-14 19:07 | d3x0r | Note Added: 0021010 | |||
2010-08-31 15:30 | David Cole | Note Added: 0022026 | |||
2016-06-10 14:27 | Kitware Robot | Note Added: 0041666 | |||
2016-06-10 14:27 | Kitware Robot | Status | assigned => resolved | ||
2016-06-10 14:27 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|