Skip to content

Commit

Permalink
Fix paths (TriBITS #26)
Browse files Browse the repository at this point in the history
I think this is working now after a manual test.
  • Loading branch information
Roscoe A. Bartlett committed Dec 5, 2014
1 parent d95286f commit 2f103fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tribits/dashboard_driver/TribitsDriverDashboard.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ MESSAGE(
get_filename_component(CMAKE_CURRENT_LIST_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)

# Get the Tribits base directory
SET(TRIBITS_ROOT "${CMAKE_CURRENT_LIST_DIR}/../..")
SET(TRIBITS_ROOT "${CMAKE_CURRENT_LIST_DIR}/..")
GET_FILENAME_COMPONENT(TRIBITS_ROOT "${TRIBITS_ROOT}" ABSOLUTE)
MESSAGE("TRIBITS_ROOT = '${TRIBITS_ROOT}'")

# Get the directory containing the TriBITS CMake utilities using this
# script's location as the reference point.
SET(TRIBITS_CMAKE_UTILS_DIR "${TRIBITS_ROOT}/utils")
SET(TRIBITS_CMAKE_UTILS_DIR "${TRIBITS_ROOT}/core/utils")
MESSAGE("TRIBITS_CMAKE_UTILS_DIR = '${TRIBITS_CMAKE_UTILS_DIR}'")

SET( CMAKE_MODULE_PATH
Expand Down

0 comments on commit 2f103fd

Please sign in to comment.