Skip to content

Commit

Permalink
Merge pull request RobotLocomotion#1795 from jonathan-owens/add_drake…
Browse files Browse the repository at this point in the history
…_path

Add drake path
  • Loading branch information
RussTedrake committed Mar 4, 2016
2 parents 192471f + 79c959a commit 92baff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ add_subdirectory(bindings)
include(cmake/matlab_pods.cmake)
pods_configure_matlab_paths()

get_relative_path("${CMAKE_INSTALL_PREFIX}/matlab" "${CMAKE_CURRENT_SOURCE_DIR}" relpath)
file(RELATIVE_PATH relpath ${CMAKE_INSTALL_PREFIX}/matlab ${CMAKE_CURRENT_SOURCE_DIR})

message(STATUS "Writing addpath_drake.m and rmpath_drake.m to ${CMAKE_INSTALL_PREFIX}/matlab")
file(WRITE ${CMAKE_INSTALL_PREFIX}/matlab/addpath_drake.m
Expand Down

0 comments on commit 92baff5

Please sign in to comment.