Skip to content

Commit

Permalink
[FIX] Use target name, not library name when building tests. Fixes #210
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Jan 25, 2018
1 parent cca8a96 commit f968e55
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 @@ -71,7 +71,7 @@ foreach(source ${SOURCES})
"${CMAKE_CURRENT_BINARY_DIR}/libblosc_testing.dll")
endif()

target_link_libraries(${target} blosc_testing)
target_link_libraries(${target} blosc_shared_testing)
add_dependencies(${target} blosc_shared_testing)

# If there's a CSV file present for this test, read it to get the list
Expand Down

1 comment on commit f968e55

@FrancescAlted
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, everything was working for me on my OSX box, but I applied this anyway. Thanks for your contribution!

Please sign in to comment.