diff --git a/CMakeLists.txt b/CMakeLists.txt index 727883e5..d148b38e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ add_subdirectory(utest) # ---------------------------------------------------------------- # header-only library -set(SELF_LIB ordinaltree) +set(SELF_LIB xo_ordinaltree) xo_add_headeronly_library(${SELF_LIB}) # ----------------------------------------------------------------