Skip to content

Commit 0753e34

Browse files
Use shared library link
A static link is probably best ultimately, but the other applications currently seeem to be shared and static linking gives an HDF4 link error
1 parent c580ba9 commit 0753e34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

applications/NXtranslate/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ set(SOURCES attr.cpp
7171
add_executable(nxtranslate ${SOURCES})
7272

7373
target_link_libraries(nxtranslate
74-
NeXus_Static_Library
74+
NeXus_Shared_Library
7575
BinaryRetriever
7676
TextCollist
7777
TextPlain

0 commit comments

Comments
 (0)