Skip to content
Snippets Groups Projects
Commit 08b6df8b authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[CMake] fix case

parent 2771f3df
No related branches found
No related tags found
No related merge requests found
Pipeline #2755 passed
......@@ -53,7 +53,7 @@ else()
add_definitions(-DCLP_FOUND)
endif()
INCLUDE_DIRECTORIES(${QPOASES_INCLUDE_DIRS})
INCLUDE_DIRECTORIES(${qpOASES_INCLUDE_DIRS})
ADD_SUBDIRECTORY (include/${CUSTOM_HEADER_DIR})
......
......@@ -19,7 +19,7 @@ SET(${LIBRARY_NAME}_SOURCES
ADD_LIBRARY(${LIBRARY_NAME} SHARED ${${LIBRARY_NAME}_SOURCES})
TARGET_LINK_LIBRARIES(${LIBRARY_NAME} ${CDD_LIBRARIES} ${QPOASES_LIBRARY})
TARGET_LINK_LIBRARIES(${LIBRARY_NAME} ${CDD_LIBRARIES} ${qpOASES_LIBRARY})
PKG_CONFIG_USE_DEPENDENCY(${LIBRARY_NAME} eigen3)
if(CLP_FOUND)
......
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