summaryrefslogtreecommitdiffhomepage
path: root/proto-fsuipc
diff options
context:
space:
mode:
Diffstat (limited to 'proto-fsuipc')
-rw-r--r--proto-fsuipc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-fsuipc/CMakeLists.txt b/proto-fsuipc/CMakeLists.txt
index 3ba2c90c..536a92ab 100644
--- a/proto-fsuipc/CMakeLists.txt
+++ b/proto-fsuipc/CMakeLists.txt
@@ -6,7 +6,7 @@ if(WIN32)
target_include_directories(opentrack-proto-fsuipc SYSTEM PUBLIC ${SDK_FSUIPC})
if(MSVC)
set_property(TARGET opentrack-proto-fsuipc APPEND_STRING PROPERTY
- LINK_FLAGS "/NODEFAULTLIB:LIBC.lib ")
+ LINK_FLAGS "-NODEFAULTLIB:LIBC.lib ")
endif()
endif()
endif()