Fix bench-zlib cmake

This commit is contained in:
Vinnie Falco
2017-08-01 06:18:13 -07:00
parent a7069f184e
commit 0e5117e006
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
Version 98: Version 98:
* basic_fields::key_compare is noexcept * basic_fields::key_compare is noexcept
* Fix bench-zlib cmake
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------

View File

@@ -22,7 +22,6 @@ add_executable (bench-zlib
${ZLIB_SOURCES} ${ZLIB_SOURCES}
${TEST_MAIN} ${TEST_MAIN}
Jamfile Jamfile
ztest.hpp
deflate_stream.cpp deflate_stream.cpp
inflate_stream.cpp inflate_stream.cpp
) )