diff --git a/CMakeLists.txt b/CMakeLists.txt index 229110d9c1a5b8b202a6811a0a2276f91ba6b73a..5937d6e5ec88011c9456fa684a9af154e16a01cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/version.txt b/version.txt index 341cf11faf9a29504168de4e54beaad182c5adc5..0c62199f16ac1e2d7f7ae75b420c1231325dff4e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.2.1