Skip to content

Commit

Permalink
Merge pull request #14 from robotology/S-Dafarra-patch-1
Browse files Browse the repository at this point in the history
Fix #13
  • Loading branch information
GiulioRomualdi authored Oct 22, 2018
2 parents 740347d + 3146087 commit 9dd71e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ script:
- cd $TRAVIS_BUILD_DIR
- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ../
- cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DBUILD_TESTING=ON ../
- make
- make test

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ configure_package_config_file(${CMAKE_SOURCE_DIR}/cmake/OsqpEigenConfig.cmake.in

install(FILES ${CMAKE_BINARY_DIR}/OsqpEigenConfig.cmake DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/OsqpEigen)

option(BUILD_TESTING "Create tests using CMake" ON)
option(BUILD_TESTING "Create tests using CMake" OFF)

include(AddUninstallTarget)

Expand Down

0 comments on commit 9dd71e6

Please sign in to comment.