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
jef-n authored and nyalldawson committed Jul 8, 2020
1 parent 1878fc7 commit b29f64f
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 b29f64f

Please sign in to comment.