Skip to content

Commit

Permalink
comment out currently empty share,programs
Browse files Browse the repository at this point in the history
  • Loading branch information
jgvictores committed Jan 12, 2018
1 parent 24c8e57 commit 2558e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ set(OPENRAVE_YARP_PLUGINS_LINK_DIRS CACHE INTERNAL "appended link dirs" FORCE)
set(OPENRAVE_YARP_PLUGINS_LIBRARIES CACHE INTERNAL "appended libraries" FORCE)

# add main contents
add_subdirectory(share)
#add_subdirectory(share) # Currently empty
add_subdirectory(libraries)
add_subdirectory(programs)
#add_subdirectory(programs) # Currently empty

# export our variables to a OPENRAVE_YARP_PLUGINSConfig.cmake creation
set(OPENRAVE_YARP_PLUGINS_LINK_DIRS ${OPENRAVE_YARP_PLUGINS_LINK_DIRS} ${LIBRARY_OUTPUT_PATH})
Expand Down

0 comments on commit 2558e6a

Please sign in to comment.