MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0011819 | CMake | CMake | public | 2011-02-08 10:26 | 2016-06-10 14:31 |
| Reporter | Ryan Pavlik | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | Windows | OS Version | 7 | |
| Product Version | CMake 2.8.3 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0011819: VS 2010 fails when PROJECT_LABEL contains : | ||||
| Description | Always reproducible - build fails as follows: 1>------ Build started: Project: ZERO_CHECK, Configuration: Debug Win32 ------ 1>Build started 2/8/2011 9:22:53 AM. 1>PrepareForBuild: 1> Creating directory "C:\Users\rpavlik\Desktop\build\bug-vc10\Debug\". 1>InitializeBuildStatus: 1> Creating "Win32\Debug\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild" because "AlwaysCreate" was specified. 1>CustomBuild: 1> Checking Build System 1> CMake does not need to re-run because C:/Users/rpavlik/Desktop/build/bug-vc10/CMakeFiles/generate.stamp is up-to-date. 1>FinalizeBuildStatus: 1> Deleting file "Win32\Debug\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild". 1> Touching "Win32\Debug\ZERO_CHECK\ZERO_CHECK.lastbuildstate". 1> 1>Build succeeded. 1> 1>Time Elapsed 00:00:00.43 2>------ Build started: Project: Core: Main App, Configuration: Debug Win32 ------ 2>Build started 2/8/2011 9:22:54 AM. 2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(253,5): error MSB3491: Could not write lines to file "app.dir\Debug\Core: Main App.lastbuildstate". The given path's format is not supported. 2> 2>Build FAILED. 2> 2>Time Elapsed 00:00:00.04 3>------ Skipped Build: Project: ALL_BUILD, Configuration: Debug Win32 ------ 3>Project not selected to build for this solution configuration ========== Build: 1 succeeded, 1 failed, 0 up-to-date, 1 skipped ========== | ||||
| Steps To Reproduce | This self-contained CMakeLists.txt file (creating a dummy source file) should work fine on VS 2008 and other generators, but fails to build on VS 2010. cmake_minimum_required(VERSION 2.6.2) project(example) file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/main.cpp" "int main() { return 0; }") add_executable(app "${CMAKE_CURRENT_BINARY_DIR}/main.cpp") set_property(TARGET app PROPERTY PROJECT_LABEL "Core: Main App") | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2011-02-08 10:26 | Ryan Pavlik | New Issue | |||
| 2011-02-08 10:36 | David Cole | Assigned To | => David Cole | ||
| 2011-02-08 10:36 | David Cole | Status | new => assigned | ||
| 2011-02-08 10:46 | David Cole | Note Added: 0025326 | |||
| 2011-02-08 10:46 | David Cole | Status | assigned => resolved | ||
| 2011-02-08 10:46 | David Cole | Fixed in Version | => CMake 2.8.4 | ||
| 2011-02-08 10:46 | David Cole | Resolution | open => no change required | ||
| 2011-02-08 13:24 | Ryan Pavlik | Note Added: 0025336 | |||
| 2011-02-08 13:24 | Ryan Pavlik | Status | resolved => feedback | ||
| 2011-02-08 13:24 | Ryan Pavlik | Resolution | no change required => reopened | ||
| 2011-10-26 00:04 | David Cole | Assigned To | David Cole => | ||
| 2011-10-26 00:04 | David Cole | Status | feedback => backlog | ||
| 2016-06-10 14:28 | Kitware Robot | Note Added: 0041798 | |||
| 2016-06-10 14:28 | Kitware Robot | Status | backlog => resolved | ||
| 2016-06-10 14:28 | Kitware Robot | Fixed in Version | CMake 2.8.4 => | ||
| 2016-06-10 14:28 | Kitware Robot | Resolution | reopened => moved | ||
| 2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot | ||
| 2016-06-10 14:31 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||