Skip to content

Commit

Permalink
add suggestion to use catkin_make_isolated for non-homogeneous worksp…
Browse files Browse the repository at this point in the history
…aces
  • Loading branch information
k-okada authored and dirk-thomas committed Sep 18, 2014
1 parent 43d7b44 commit c58b1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/catkin_workspace.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function(catkin_workspace)
message(FATAL_ERROR "This workspace contains metapackages with a non-standard CMakeLists.txt.")
endif()
if(${CATKIN_NONHOMOGENEOUS_WORKSPACE})
message(FATAL_ERROR "This workspace contains non-catkin packages in it, and catkin cannot build a non-homogeneous workspace without isolation.")
message(FATAL_ERROR "This workspace contains non-catkin packages in it, and catkin cannot build a non-homogeneous workspace without isolation. Try the 'catkin_make_isolated' command instead.")
endif()

foreach(index RANGE ${range})
Expand Down

0 comments on commit c58b1d7

Please sign in to comment.