Skip to content

Commit

Permalink
(build) considering vroom as external
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Aug 6, 2024
1 parent 4ac03af commit 4a11dc6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ add_definitions(-DPROJECT_VERSION="v${PROJECT_VERSION}${PROJECT_VERSION_DEV}")
set(PROJECT_LIB_NAME "${PROJECT_NAME_LOWER}-${PROJECT_LIB_VERSION}")




#=============================================
# Set the working directories
#=============================================
Expand Down Expand Up @@ -297,7 +295,7 @@ endif()

message(STATUS "VROOM_INSTALL_PATH ${VROOM_INSTALL_PATH}")

include_directories(${VROOM_INSTALL_PATH}/src)
include_directories(SYSTEM ${VROOM_INSTALL_PATH}/src)
link_libraries(${VROOM_INSTALL_PATH}/lib/libvroom.a)
link_libraries(glpk)

Expand Down

0 comments on commit 4a11dc6

Please sign in to comment.