From 6d2cc8cf667c4e166c754698faac770a99aceeee Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 24 Jun 2016 09:07:52 +0200 Subject: csv, proto/ft: workaround link bug on win32 with no lto Need link dynamic, otherwise symbol lookup failure. --- proto-ft/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto-ft') diff --git a/proto-ft/CMakeLists.txt b/proto-ft/CMakeLists.txt index 44f95ba3..f8a2fe1e 100644 --- a/proto-ft/CMakeLists.txt +++ b/proto-ft/CMakeLists.txt @@ -1,4 +1,4 @@ if(WIN32) opentrack_boilerplate(opentrack-proto-freetrack) - target_link_libraries(opentrack-proto-freetrack opentrack-csv opentrack-compat) + target_link_libraries(opentrack-proto-freetrack opentrack-compat opentrack-csv) endif() -- cgit v1.2.3