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 416cef5 commit 3687d5cCopy full SHA for 3687d5c
Examples/ParameterEstimation/CMakeLists.txt
@@ -72,6 +72,5 @@ target_link_libraries(paramest
72
# Fortran linker needed to link to HSL solvers
73
set_property(TARGET paramest PROPERTY LINKER_LANGUAGE Fortran)
74
install(TARGETS paramest RUNTIME DESTINATION bin)
75
-install(FILES lookup_table.dat DESTINATION bin)
76
77
add_test(NAME ParameterEst COMMAND $<TARGET_FILE:paramest>)
0 commit comments