1. 14 Dec, 2012 1 commit
    • Matthias Vallentin's avatar
      Fix a potential linker problem. · 55c77841
      Matthias Vallentin authored
      The problem occurs when Boost and the compiler have the same default
      installation path. In this case, CMake tries to be smart during link time and
      replace the absolute path of the shared library with -l<lib>. With both
      system-wide and user-provided installations, this can cause CMake to pick up
      the wrong version of the library. Adding an explicit -L flag to the linker
      command helps.
      55c77841
  2. 19 Nov, 2012 1 commit
  3. 16 Nov, 2012 2 commits
  4. 14 Nov, 2012 2 commits
  5. 13 Nov, 2012 2 commits
  6. 12 Nov, 2012 3 commits
  7. 07 Nov, 2012 1 commit
  8. 06 Nov, 2012 11 commits
  9. 05 Nov, 2012 17 commits