Skip to content

Commit 25e1b46

Browse files
authored
Update CMakeLists.txt
1 parent 90b21ee commit 25e1b46

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ FetchContent_MakeAvailable(plot_manager)
3131
add_custom_command(TARGET plot_manager POST_BUILD
3232
COMMAND ${CMAKE_MAKE_PROGRAM} PlotManager/PlotManager.csproj -restore -m
3333
/p:Configuration=Release
34+
/p:PlatformTarget=x64
3435
/p:OutputPath=${plot_manager_SOURCE_DIR}/bin/Release
3536
/p:Version=${PLOT_MANAGER_VERSION_STRING}
3637
/p:FileVersion=${PLOT_MANAGER_VERSION_STRING}
@@ -119,4 +120,4 @@ cpack_add_component(plotters
119120
REQUIRED)
120121

121122
cpack_add_component(tools
122-
DISPLAY_NAME "Tools")
123+
DISPLAY_NAME "Tools")

0 commit comments

Comments
 (0)