Skip to content

Commit 8849e83

Browse files
committed
Fix CMakeLists.txt for galaxy rconserver build
1 parent b14c487 commit 8849e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rconserver-galaxy/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ set(SOURCES
1515

1616
add_library(rconserver_32 SHARED ${SOURCES})
1717
target_compile_definitions(rconserver_32 PRIVATE RCONSERVER_EXPORTS _WINDOWS _USRDLL)
18-
set_property(TARGET rconserver PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreadedRelease")
18+
set_property(TARGET rconserver_32 PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreadedRelease")

0 commit comments

Comments
 (0)