We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de8337e + c021c7f commit 6f5b79bCopy full SHA for 6f5b79b
CMakeLists.txt
@@ -59,9 +59,8 @@ set(${PROJECT_NAME}_HEADERS
59
add_library(${PROJECT_NAME} SHARED src/eiquadprog-fast.cpp src/eiquadprog.cpp)
60
61
if(TRACE_SOLVER)
62
-
+ target_compile_definitions(${PROJECT_NAME} PRIVATE EIQGUADPROG_TRACE_SOLVER)
63
endif(TRACE_SOLVER)
64
-target_compile_definitions(${PROJECT_NAME} PRIVATE EIQGUADPROG_TRACE_SOLVER)
65
66
modernize_target_link_libraries(
67
${PROJECT_NAME}
0 commit comments