Skip to content

Commit

Permalink
Fix #13
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Dafarra committed Oct 11, 2018
1 parent 8f1baf1 commit 3e9fad8
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 @@ -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 3e9fad8

Please sign in to comment.