Skip to content
Snippets Groups Projects
Commit f8fdc2b4 authored by Marco Biasini's avatar Marco Biasini
Browse files

add missing depenceny when compiling without info

parent a3f79cc9
No related branches found
No related tags found
No related merge requests found
...@@ -109,4 +109,4 @@ endif() ...@@ -109,4 +109,4 @@ endif()
module(NAME mol SOURCES ${OST_MOL_SOURCES} module(NAME mol SOURCES ${OST_MOL_SOURCES}
HEADERS ${OST_MOL_IMPL_HEADERS} IN_DIR impl HEADERS ${OST_MOL_IMPL_HEADERS} IN_DIR impl
${OST_MOL_HEADERS} HEADER_OUTPUT_DIR ost/mol ${OST_MOL_HEADERS} HEADER_OUTPUT_DIR ost/mol
DEPENDS_ON ost_geom ost_base ${INFO_DEPS}) DEPENDS_ON ost_geom ost_base ${INFO_DEPS} LINK ${LINK})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment