Skip to content

Commit

Permalink
qgis_process is no windows gui app (fixes #37465)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and nyalldawson committed Jul 9, 2020
1 parent d756935 commit d0133c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process/CMakeLists.txt
Expand Up @@ -15,7 +15,7 @@ ENDIF (UNIX AND NOT ANDROID)
########################################################
# Build

ADD_EXECUTABLE (qgis_process MACOSX_BUNDLE WIN32 ${QGIS_PROCESS_SRCS} )
ADD_EXECUTABLE (qgis_process MACOSX_BUNDLE ${QGIS_PROCESS_SRCS})

INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_BINARY_DIR}
Expand Down

0 comments on commit d0133c3

Please sign in to comment.