Skip to content

Commit

Permalink
Remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Aug 1, 2018
1 parent f0d31f0 commit e2f6c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
20 changes: 0 additions & 20 deletions FindOdil.cmake

This file was deleted.

5 changes: 2 additions & 3 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
find_package(Boost COMPONENTS filesystem system unit_test_framework REQUIRED)
find_package(JsonCpp REQUIRED)
find_package(Odil REQUIRED)

include_directories(
${CMAKE_CURRENT_SOURCE_DIR}/../src/lib
${Boost_INCLUDE_DIRS} ${JsonCpp_INCLUDE_DIRS} ${Odil_INCLUDE_DIRS})
${Boost_INCLUDE_DIRS} ${JsonCpp_INCLUDE_DIRS})
add_definitions(
-DBOOST_FILESYSTEM_VERSION=3 -DBOOST_TEST_DYN_LINK)
link_directories(
Expand All @@ -20,7 +19,7 @@ foreach(test_file ${tests})
target_link_libraries(
${test}
libdicomifier
${Boost_LIBRARIES} ${JsonCpp_LIBRARIES} ${Odil_LIBRARIES})
${Boost_LIBRARIES} ${JsonCpp_LIBRARIES})

file(READ ${test_file} content)

Expand Down

0 comments on commit e2f6c04

Please sign in to comment.