Skip to content

Commit

Permalink
Fix library name
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Jun 5, 2018
1 parent d8c1e84 commit 6aee761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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
)
Expand Down

0 comments on commit 6aee761

Please sign in to comment.