Skip to content

Commit

Permalink
Update CMake scripts of examples/tutorials for DART 7 (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 authored Jan 5, 2018
1 parent b457bba commit cb6ac01
Show file tree
Hide file tree
Showing 35 changed files with 38 additions and 34 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

* Changed Function::eval\[Gradient/Hessian\](...) to const function: [#928](https://github.com/dartsim/dart/pull/928)

* IO

* Renamed namespace `utils` to `io`: [#887](https://github.com/dartsim/dart/pull/887), [#953](https://github.com/dartsim/dart/pull/953)

## DART 6

### DART 6.4.0 (201X-XX-XX)
Expand Down
2 changes: 1 addition & 1 deletion examples/addDeleteSkels/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(addDeleteSkels)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion examples/atlasSimbicon/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(atlasSimbicon)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion examples/bipedStand/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(bipedStand)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion examples/hardcodedDesign/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(hardcodedDesign)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion examples/hybridDynamics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(hybridDynamics)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion examples/jointConstraints/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(jointConstraints)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion examples/mixedChain/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(mixedChain)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion examples/operationalSpaceControl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(operationalSpaceControl)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion examples/osgExamples/osgAtlasPuppet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(osgAtlasPuppet)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui-osg CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui-osg CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion examples/osgExamples/osgAtlasSimbicon/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(osgAtlasSimbicon)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui-osg CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui-osg CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion examples/osgExamples/osgDragAndDrop/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(osgDragAndDrop)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui-osg CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui-osg CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion examples/osgExamples/osgEmpty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(osgEmpty)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui-osg CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui-osg CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion examples/osgExamples/osgHuboPuppet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(osgHubuPuppet)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui-osg CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui-osg CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion examples/osgExamples/osgImGui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(osgImGui)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui-osg CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui-osg CONFIG)

add_compile_options(-std=c++11)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(osgOperationalSpaceControl)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui-osg CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui-osg CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion examples/osgExamples/osgSoftBodies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(osgSoftBodies)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui-osg CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui-osg CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion examples/osgExamples/osgTinkertoy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(osgTinkertoy)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui-osg CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui-osg CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion examples/osgExamples/osgWamIkFast/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(osgWamIkfast)

find_package(DART 6.1.1 REQUIRED COMPONENTS utils-urdf gui-osg external-ikfast)
find_package(DART 6.1.1 REQUIRED COMPONENTS io-urdf gui-osg external-ikfast)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion examples/rigidChain/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(rigidChain)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion examples/rigidCubes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(rigidCubes)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion examples/rigidLoop/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(rigidLoop)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion examples/rigidShapes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(rigidShapes)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion examples/simpleFrames/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(simpleFrames)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion examples/softBodies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(softBodies)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion examples/speedTest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(speedTest)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion examples/vehicle/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(vehicle)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion tutorials/tutorialBiped-Finished/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(tutorialBiped-Finished)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion tutorials/tutorialBiped/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(tutorialBiped)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion tutorials/tutorialCollisions-Finished/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(tutorialCollisions-Finished)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion tutorials/tutorialCollisions/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(tutorialCollisions)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion tutorials/tutorialDominoes-Finished/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(tutorialDominoes-Finished)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion tutorials/tutorialDominoes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(tutorialDominoes)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion tutorials/tutorialMultiPendulum-Finished/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(tutorialMultiPendulum-Finished)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui CONFIG)

add_compile_options(-std=c++11)

Expand Down
2 changes: 1 addition & 1 deletion tutorials/tutorialMultiPendulum/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(tutorialMultiPendulum)

find_package(DART 6.2.0 REQUIRED COMPONENTS utils-urdf gui CONFIG)
find_package(DART 7 REQUIRED COMPONENTS io-urdf gui CONFIG)

add_compile_options(-std=c++11)

Expand Down

0 comments on commit cb6ac01

Please sign in to comment.