MantisBT - CMake
View Issue Details
0013103CMakeModulespublic2012-04-04 12:542016-06-10 14:31
Valentine S. 
Kitware Robot 
normalminoralways
closedmoved 
32bitwindows7
CMake 2.8.7 
 
0013103: MSVC
I have 2 cmake-projects which can generate MSVS 2010 solutions. I use module ExternalProject which help me include one project to another. There is no problems if external project name consists one word (without spaces). I have trouble if external project name consists several words.
In additional information I put example. External project name is "11 dd" (then solution will be "11 dd.sln".
------ Build started: Project: ZERO_CHECK, Configuration: Release Win32 ------
  Checking Build System
  CMake does not need to re-run because C:/Users/vss/Desktop/projects/tradeinfr-dev/obj/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because C:/Users/vss/Desktop/projects/tradeinfr-dev/obj/sources/login.server/CMakeFiles/generate.stamp is up-to-date.
------ Build started: Project: arachne, Configuration: Release Win32 ------
  abort: destination 'arachne' is not empty
  Creating directories for 'arachne'
  Building Custom Rule C:/Users/vss/Desktop/projects/tradeinfr-dev/CMakeLists.txt
  CMake does not need to re-run because C:\Users\vss\Desktop\projects\tradeinfr-dev\obj\CMakeFiles\generate.stamp is up-to-date.
  Performing download step for 'arachne'
  ok
  Performing update step for 'arachne'
  ok
  No patch step for 'arachne'
  Performing configure step for 'arachne'
  -- CRYPTO++_INCLUDE_DIR = C:/Users/vss/Desktop/projects/cryptopp/include
  -- CRYPTO++_LIBRARIES = debug;C:/Users/vss/Desktop/projects/cryptopp/Win32/Output/Debug/cryptlib.lib;optimized;C:/Users/vss/Desktop/projects/cryptopp/Win32/Output/Release/cryptlib.lib
  -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  
  
  SUCCESS: Specified value was saved.
  
  -- Configuring done
  -- Generating done
CUSTOMBUILD : CMake warning :
    Manually-specified variables were not used by the project:
  
      BOOST_INCLUDEDIR
      BOOST_LIBRARYDIR
  
  
  -- Build files have been written to: C:/Users/vss/Desktop/projects/tradeinfr-dev/obj/libs.src/arachne/src/arachne-build
  Performing build step for 'arachne'
  
  
  Microsoft (R) Visual Studio Version 10.0.30319.1.
  
  Copyright (C) Microsoft Corp. All rights reserved.
  
  
  
  The following files were specified on the command line:
  
  
      111
  
      dd.sln
  
  These files could not be found and will not be loaded.
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" exited with code 1.
========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
No tags attached.
Issue History
2012-04-04 12:54Valentine S.New Issue
2012-08-11 21:35David ColeStatusnew => backlog
2012-08-11 21:35David ColeNote Added: 0030388
2016-06-10 14:28Kitware RobotNote Added: 0042017
2016-06-10 14:28Kitware RobotStatusbacklog => resolved
2016-06-10 14:28Kitware RobotResolutionopen => moved
2016-06-10 14:28Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0030388)
David Cole   
2012-08-11 21:35   
Sending old, never assigned issues to the backlog.

(The age of the bug, plus the fact that it's never been assigned to anyone means that nobody is actively working on it...)

If an issue you care about is sent to the backlog when you feel it should have been addressed in a different manner, please bring it up on the CMake mailing list for discussion. Sign up for the mailing list here, if you're not already on it: http://www.cmake.org/mailman/listinfo/cmake [^]

It's easy to re-activate a bug here if you can find a CMake developer who has the bandwidth to take it on, and ferry a fix through to our 'next' branch for dashboard testing.
(0042017)
Kitware Robot   
2016-06-10 14:28   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.