Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: STEllAR-GROUP/hpx
base: c147074ec34b
Choose a base ref
...
head repository: STEllAR-GROUP/hpx
compare: ef98ce5545b6
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Jun 24, 2017

  1. Remove slashes before CMAKE_FILES_DIRECTORY variables

    * As stated by https://cmake.org/Wiki/CMake_Useful_Variables
      CMAKE_FILES_DIRECTORY contains a leading slash already,
      and should be used as following with the current binary directory:
      `${CMAKE_CURRENT_BINARY_DIR}${CMAKE_FILES_DIRECTORY}`.
      Otherwise this will lead to paths with double slashes.
    Naios committed Jun 24, 2017
    Copy the full SHA
    e2fe00b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2017

  1. Merge pull request #2713 from Naios/files_directory

    Remove slashes before CMAKE_FILES_DIRECTORY variables
    hkaiser committed Jun 25, 2017
    Copy the full SHA
    ef98ce5 View commit details
    Browse the repository at this point in the history