Also, CMAKE_INCLUDE_CURRENT_DIR is not enabled. In addition, I do not see the current *binary* directory included in the list of include directories (which would appear if I had CMAKE_INCLUDE_CURRENT_DIR enabled)
On Thu, Jun 7, 2012 at 7:56 PM, Robert Dailey <[email protected]>wrote: > For some reason, I'm seeing CMAKE_CURRENT_SOURCE_DIR (its value) show up > in my list of include directories for some of the visual studio 2008 > projects that CMake generates. I'm not explicitly including it in my call > to include_directories(), so I'm not sure what is doing it. I debug the > code that passes includes to include_directories() command, and that > directory is not in the list. > > Any ideas? Thanks in advance. >
-- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
