Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Berchtold committed Dec 21, 2020
1 parent a483486 commit 147acd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion recipes/qpoases/all/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.1)
project(cmake_wrapper)

include(conanbuildinfo.cmake)
Expand Down
4 changes: 1 addition & 3 deletions recipes/qpoases/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,4 @@ def package_info(self):
self.cpp_info.names["cmake_find_package"] = "qpOASES"
self.cpp_info.names["cmake_find_package_multi"] = "qpOASES"

self.cpp_info.components["qpOASES"].names["cmake_find_package"] = "qpOASES"
self.cpp_info.components["qpOASES"].names["cmake_find_package_multi"] = "qpOASES"
self.cpp_info.components["qpOASES"].libs = ["qpOASES"]
self.cpp_info.libs = tools.collect_libs(self)
2 changes: 1 addition & 1 deletion recipes/qpoases/all/test_package/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.1)
project(test_package CXX)

find_package(qpOASES REQUIRED)
Expand Down

0 comments on commit 147acd9

Please sign in to comment.