Skip to content
Snippets Groups Projects
Unverified Commit e74c53fc authored by Guilhem Saurel's avatar Guilhem Saurel Committed by GitHub
Browse files

Merge pull request #29 from nim65s/devel

CMake: typo
parents 2e10d147 1d945f48
No related branches found
No related tags found
No related merge requests found
Pipeline #38250 passed
......@@ -105,15 +105,7 @@ add_library(${PROJECT_NAME} SHARED ${${PROJECT_NAME}_SOURCES}
target_include_directories(
${PROJECT_NAME} PUBLIC $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)
target_link_libraries(${PROJECT_NAME} PUBLIC Eigen3::Eigen qpOASES::qpOASES
CDD::CDD)
modernize_target_link_libraries(
${PROJECT_NAME}
SCOPE
PUBLIC
TARGETS
Boost::Boost
INCLUDE_DIRS
${BOOST_INCLUDEDIR})
CDD::CDD Boost::boost)
if(BUILD_WITH_CLP)
target_link_libraries(${PROJECT_NAME} PUBLIC CoinUtils::CoinUtils CLP::CLP)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment