Skip to content
Snippets Groups Projects
Commit 82137021 authored by Maxence Naud's avatar Maxence Naud
Browse files

Merge branch 'fix-issue-9' into 'master'

Resolve "Failing Import"

Closes #9

See merge request eclipse/aidge/aidge_backend_cpu!55
parents d7333875 827714e5
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,7 @@ if (PYBIND)
)
endif()
target_link_libraries(${module_name} PUBLIC fmt::fmt)
target_compile_features(${module_name} PRIVATE cxx_std_14)
target_compile_options(${module_name} PRIVATE
......
0.2.0
\ No newline at end of file
0.2.1
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