Skip to content

Commit

Permalink
Fix CMakeLists.txt for galaxy rconserver build
Browse files Browse the repository at this point in the history
  • Loading branch information
jweigelt committed Mar 18, 2024
1 parent b14c487 commit 8849e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rconserver-galaxy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ set(SOURCES

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

0 comments on commit 8849e83

Please sign in to comment.