Skip to content

Commit 3687d5c

Browse files
committed
Remove lookup_table.dat install.
1 parent 416cef5 commit 3687d5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Examples/ParameterEstimation/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,5 @@ target_link_libraries(paramest
7272
# Fortran linker needed to link to HSL solvers
7373
set_property(TARGET paramest PROPERTY LINKER_LANGUAGE Fortran)
7474
install(TARGETS paramest RUNTIME DESTINATION bin)
75-
install(FILES lookup_table.dat DESTINATION bin)
7675

7776
add_test(NAME ParameterEst COMMAND $<TARGET_FILE:paramest>)

0 commit comments

Comments
 (0)