Skip to content

Commit

Permalink
Added a little change in cmake script
Browse files Browse the repository at this point in the history
  • Loading branch information
richiware committed Jul 29, 2015
1 parent 18814f0 commit 9747707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/dev/eprosima_libraries.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ macro(find_eprosima_package package)
"-G \"${CMAKE_GENERATOR}\"\n"
${BUILD_OPTION}
"-DCMAKE_INSTALL_PREFIX=${${package}ExternalDir}/install\n"
"-DCMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}\n"
"UPDATE_COMMAND git submodule update --recursive --init ${PROJECT_SOURCE_DIR}/thirdparty/${package}\n"
"SOURCE_DIR ${PROJECT_SOURCE_DIR}/thirdparty/${package}\n"
"BINARY_DIR ${${package}ExternalDir}/build\n"
Expand Down

0 comments on commit 9747707

Please sign in to comment.