We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3fe65 commit cd4ffa2Copy full SHA for cd4ffa2
plugins/Plugins.cmake
@@ -124,7 +124,7 @@ macro(dfhack_plugin)
124
target_include_directories(${PLUGIN_NAME} PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/proto")
125
target_link_libraries(${PLUGIN_NAME} protobuf-lite)
126
endif()
127
- target_link_libraries(${PLUGIN_NAME} dfhack dfhack-version fmt ${PLUGIN_LINK_LIBRARIES})
+ target_link_libraries(${PLUGIN_NAME} dfhack dfhack-version ${FMTLIB} ${PLUGIN_LINK_LIBRARIES})
128
129
if(UNIX)
130
set(PLUGIN_COMPILE_FLAGS "${PLUGIN_COMPILE_FLAGS} ${PLUGIN_COMPILE_FLAGS_GCC}")
0 commit comments