Skip to content

Commit

Permalink
mv
Browse files Browse the repository at this point in the history
  • Loading branch information
jgvictores committed Feb 2, 2018
1 parent f8cc7af commit 088c135
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 @@ -10,7 +10,7 @@ project(${KEYWORD})
find_package(YARP REQUIRED)
list(APPEND CMAKE_MODULE_PATH ${YARP_MODULE_PATH})
include(YarpInstallationHelpers)
yarp_configure_external_installation(roboticslab-best-practices)
yarp_configure_external_installation(roboticslab-developer-manual)

file(GLOB md ${CMAKE_CURRENT_SOURCE_DIR}/*.md)
file(GLOB en/md ${CMAKE_CURRENT_SOURCE_DIR}/en/*.md)
Expand Down

0 comments on commit 088c135

Please sign in to comment.