Skip to content

Commit

Permalink
Fix building TREs
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMeans committed Mar 2, 2020
1 parent 197ce05 commit d4cc2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/c/nitf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ set(tre_srcs ACCHZB

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

# This line is making sure the resultant TRE is named, e.g.
Expand Down

0 comments on commit d4cc2ac

Please sign in to comment.