Skip to content
Snippets Groups Projects
Commit a6c15d8b authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Remove IMPLIB on static libraries as it does not make sense

parent 6854081f
No related branches found
No related tags found
1 merge request!49Resolve "Finish installation and usage instruction on the documentation"
......@@ -43,7 +43,6 @@ if (muparser_FOUND)
add_library(muparser::muparser STATIC IMPORTED)
set_target_properties(muparser::muparser
PROPERTIES IMPORTED_LOCATION ${muparser_LIBRARIES}
INTERFACE_IMPORTED_IMPLIB ${muparser_LIBRARIES}
INTERFACE_INCLUDE_DIRECTORIES ${muparser_INCLUDES}
INTERFACE_COMPILE_DEFINITIONS "MUPARSER_STATIC"
)
......
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