Skip to content

Commit

Permalink
windows-cmake: add WIN32 option for GUI no-console
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hirsch <scivision@users.noreply.github.com>
  • Loading branch information
scivision committed Nov 7, 2021
1 parent ae657fb commit 76d94d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/windows-cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ if(NOT HWLOC_SKIP_LSTOPO)
)
target_compile_definitions(lstopo PRIVATE LSTOPO_HAVE_GRAPHICS)

add_executable(lstopo-win
add_executable(lstopo-win WIN32
${LSTOPO_COMMON_SOURCES}
${TOPDIR}/utils/lstopo/lstopo-windows.c
)
Expand Down

0 comments on commit 76d94d0

Please sign in to comment.