From 6aee76123441cabf4705cdc6695c516af2bb6386 Mon Sep 17 00:00:00 2001 From: Daniel Frey Date: Tue, 5 Jun 2018 18:33:28 +0200 Subject: [PATCH] Fix library name --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f56cc4..1fa389b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ target_include_directories (taocpp-operators INTERFACE ) # features used by taocpp/operators -target_compile_features (${TAOCPP_OPERATORS_LIBRARY} INTERFACE +target_compile_features (taocpp-operators INTERFACE cxx_noexcept cxx_rvalue_references )