|
Notes |
|
|
(0020499)
|
|
Bill Hoffman
|
|
2010-04-30 15:41
|
|
|
That should never have worked in the first place. ALL_BUILD is a special target that you can not change or duplicate. |
|
|
|
(0020500)
|
|
Robert Ioffe
|
|
2010-04-30 15:50
|
|
Bill, I disagree. It is very useful to add additional files to the top level ALL_BUILD project. Currently, I have the following piece of code in top level CMakeLists.txt:
if(CYGWIN)
include(CMakeLists_linux.cmake)
else()
include(CMakeLists_windows.cmake)
endif()
The top level CMakeLists.txt is part of ALL_BUILD project, but how do I make the programmer easily access CMakeLists_linux.cmake and CMakeLists_windows.cmake in Visual Studio? Where do I hang them?
The fact that it worked previously made this use case possible. |
|
|
|
(0020511)
|
|
Bill Hoffman
|
|
2010-05-02 22:16
|
|
|
It may have been useful, but certainly not expected by the developers... |
|
|
|
(0041691)
|
|
Kitware Robot
|
|
2016-06-10 14:27
|
|
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. |
|