Skip to content

Commit

Permalink
Resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMeans committed Mar 2, 2020
1 parent 546e622 commit 197ce05
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/c/nitf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,8 @@ set(tre_srcs ACCHZB

foreach(tre ${tre_srcs})
add_library(${tre} SHARED shared/${tre}.c)
<<<<<<< HEAD
target_link_libraries(${tre} nitf-c)
=======
target_link_libraries(${tre} nitf)
target_compile_definitions(${tre} PRIVATE NITF_MODULE_EXPORTS)
>>>>>>> master

# This line is making sure the resultant TRE is named, e.g.
# XML_DATA_CONTENT.so instead of libXML_DATA_CONTENT.so
Expand Down

0 comments on commit 197ce05

Please sign in to comment.