File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ foreach(module dynd.ndt.type dynd.ndt.json)
251251 PROPERTY COMPILE_DEFINITIONS PYDYND_EXPORT
252252 )
253253 if (DYND_INSTALL_LIB)
254- target_link_libraries (${module} "${LIBNDT_LIBRARY } " )
254+ target_link_libraries (${module} "${LIBDYNDT_LIBRARY } " )
255255 else ()
256256 target_link_libraries (${module} libdyndt )
257257 if (UNIX )
Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ if("${_LIBDYND_CONFIG}" STREQUAL "")
6060else ()
6161
6262 # Get the ndt library to link against.
63- execute_process (COMMAND "${_LIBDYND_CONFIG} " "-libndtname "
63+ execute_process (COMMAND "${_LIBDYND_CONFIG} " "-libdyndtname "
6464 RESULT_VARIABLE _DYND_SEARCH_SUCCESS
65- OUTPUT_VARIABLE LIBNDT_NAME
65+ OUTPUT_VARIABLE LIBDYNDT_NAME
6666 ERROR_VARIABLE _DYND_ERROR_VALUE
6767 OUTPUT_STRIP_TRAILING_WHITESPACE )
6868 if (NOT _DYND_SEARCH_SUCCESS MATCHES 0)
9393 string (REPLACE "\\ " "/" LIBDYND_LIBRARY_DIR ${LIBDYND_LIBRARY_DIR} )
9494 endif ()
9595
96- set (LIBNDT_LIBRARY "${LIBDYND_LIBRARY_DIR} /${LIBNDT_NAME } " )
96+ set (LIBDYNDT_LIBRARY "${LIBDYND_LIBRARY_DIR} /${LIBDYNDT_NAME } " )
9797
9898 set (LIBDYND_LIBRARIES "" )
9999 foreach (_lib ${LIBDYND_LIBRARY_NAMES} )
You can’t perform that action at this time.
0 commit comments