Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove slashes before CMAKE_FILES_DIRECTORY variables #2713

Merged
merged 1 commit into from Jun 25, 2017

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