Skip to content

Commit

Permalink
Fix comment in tests/CMakeLists.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tessil committed Aug 5, 2018
1 parent acafead commit d890e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ endif()
find_package(Boost 1.54.0 REQUIRED COMPONENTS unit_test_framework)
target_link_libraries(tsl_sparse_map_tests PRIVATE Boost::unit_test_framework)

# tsl::hopscotch_map
# tsl::sparse_map
add_subdirectory(../ ${CMAKE_CURRENT_BINARY_DIR}/tsl)
target_link_libraries(tsl_sparse_map_tests PRIVATE tsl::sparse_map)

0 comments on commit d890e57

Please sign in to comment.