Skip to content
Snippets Groups Projects
  1. Jul 02, 2004
  2. Jun 30, 2004
  3. Jun 29, 2004
  4. Jun 28, 2004
  5. Jun 26, 2004
  6. Jun 25, 2004
  7. Jun 24, 2004
  8. Jun 23, 2004
  9. Jun 22, 2004
  10. Jun 21, 2004
  11. Jun 18, 2004
  12. Jun 16, 2004
  13. Jun 15, 2004
    • Brad King's avatar
      Removing automatic addition of a -I path for the current source directory. · 4df215a2
      Brad King authored
      This is not consistent with the Visual Studio generators which do not
      provide this path.  It should not be added anyway because it is adding
      an include path not requested by the CMakeLists.txt code.  The code I'm
      removing was originally added in revision 1.17 of cmUnixMakefileGenerator.cxx
      as a part of several other changes and has a commit log entry of
      
        "some bug fixes"
      
      It was propagated from their to cmLocalUnixMakefileGenerator.cxx.
      Since all our projects build in the VS IDE without this include path, it should not be needed.  Users can easily fix problems caused by this by adding
      
        INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
      
      to their CMakeLists.txt code.  This was often necessary previously when a
      project was originally written on a Unix system and then built with
      Visual Studio.
      4df215a2
    • Bill Hoffman's avatar
  14. Jun 14, 2004
  15. Jun 11, 2004
Loading