Skip to content

Commit

Permalink
cmake cache ECL source directory path to work with catkin (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar authored May 17, 2018
1 parent bae4b8a commit cb63f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ set(CMAKE_EXE_LINKER_FLAGS_COVERAGE
mark_as_advanced(CMAKE_CXX_FLAGS_COVERAGE CMAKE_C_FLAGS_COVERAGE CMAKE_EXE_LINKER_FLAGS_COVERAGE)


set(ECL_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
set(ECL_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR} CACHE string "ECL source location" FORCE)

if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
# ECL standalone build
Expand Down

0 comments on commit cb63f16

Please sign in to comment.