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 3605566 commit 82adc1cCopy full SHA for 82adc1c
CMakeLists.txt
@@ -299,7 +299,7 @@ endif(APPLE)
299
300
add_dependencies(moose.bin libmoose)
301
target_link_libraries(moose.bin moose ${CMAKE_DL_LIBS})
302
-target_link_directories(moose.bin PUBLIC ${CMAKE_BINARY_DIR})
+set_target_properties(moose.bin PROPERTIES LINK_DIRECTORIES ${CMAKE_BINARY_DIR})
303
304
if( WITH_BOOST )
305
target_link_libraries( moose.bin ${Boost_LIBRARIES} )
0 commit comments