Skip to content

Commit 6aee761

Browse files
committed
Fix library name
1 parent d8c1e84 commit 6aee761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ target_include_directories (taocpp-operators INTERFACE
1616
)
1717

1818
# features used by taocpp/operators
19-
target_compile_features (${TAOCPP_OPERATORS_LIBRARY} INTERFACE
19+
target_compile_features (taocpp-operators INTERFACE
2020
cxx_noexcept
2121
cxx_rvalue_references
2222
)

0 commit comments

Comments
 (0)