We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90b21ee commit 25e1b46Copy full SHA for 25e1b46
1 file changed
CMakeLists.txt
@@ -31,6 +31,7 @@ FetchContent_MakeAvailable(plot_manager)
31
add_custom_command(TARGET plot_manager POST_BUILD
32
COMMAND ${CMAKE_MAKE_PROGRAM} PlotManager/PlotManager.csproj -restore -m
33
/p:Configuration=Release
34
+ /p:PlatformTarget=x64
35
/p:OutputPath=${plot_manager_SOURCE_DIR}/bin/Release
36
/p:Version=${PLOT_MANAGER_VERSION_STRING}
37
/p:FileVersion=${PLOT_MANAGER_VERSION_STRING}
@@ -119,4 +120,4 @@ cpack_add_component(plotters
119
120
REQUIRED)
121
122
cpack_add_component(tools
- DISPLAY_NAME "Tools")
123
+ DISPLAY_NAME "Tools")
0 commit comments