File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 11#Open Ephys GUI main build file
22cmake_minimum_required (VERSION 3.15)
3- cmake_policy (SET CMP0091 NEW)
43
54set (GUI_VERSION 0.6.1)
65
@@ -152,7 +151,6 @@ if(MSVC)
152151 set_property (TARGET open-ephys APPEND PROPERTY COMPILE_DEFINITIONS "JUCE_API=__declspec(dllexport)" )
153152 target_compile_options (open-ephys PRIVATE /sdl- /nologo /MP /W0 /bigobj)
154153 target_link_libraries (open-ephys setupapi.lib opengl32.lib glu32.lib)
155- set_property (TARGET open-ephys APPEND PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>" )
156154 set_property (TARGET open-ephys APPEND PROPERTY VS_DEBUGGER_COMMAND "Debug\\ open-ephys.exe" )
157155 set_property (TARGET open-ephys APPEND_STRING PROPERTY LINK_FLAGS_DEBUG " /NODEFAULTLIB:\" libcmt.lib\" /NODEFAULTLIB:\" msvcrt.lib\" " )
158156 set_property (TARGET open-ephys APPEND_STRING PROPERTY LINK_FLAGS " /SUBSYSTEM:WINDOWS" )
You can’t perform that action at this time.
0 commit comments