Skip to content
Snippets Groups Projects
Commit 4031b231 authored by Jaime Arias's avatar Jaime Arias
Browse files

Fix: autoconfigure spot library

parent 2a374947
No related branches found
No related tags found
No related merge requests found
......@@ -69,10 +69,6 @@ obj/
### Code ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
### Eclipse ###
.metadata
......
......@@ -29,7 +29,7 @@ set(SPOT_DIR "${CMAKE_BINARY_DIR}/third-party/spot")
ExternalProject_Add(SpotLibrary
PREFIX ${SPOT_DIR}
SOURCE_DIR ${SPOT_SOURCE_DIR}
CONFIGURE_COMMAND ${SPOT_SOURCE_DIR}/configure --disable-python --prefix=<INSTALL_DIR>
CONFIGURE_COMMAND autoreconf -if ${SPOT_SOURCE_DIR} && ${SPOT_SOURCE_DIR}/configure --disable-python --prefix=<INSTALL_DIR>
BUILD_COMMAND make -j
)
include_directories("${SPOT_DIR}/include")
......
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