Hi there Everyone,

Within my project, which is "similar" to the MITK-Project-Template, I try and 
turn the windows console off... but it stays on.
In otherwords, I get the console on, regardless of the value of 
${MY_PROJECT_NAME}_SHOW_CONSOLE_WINDOW in the code snippet below.

is it just me??? did I break something?

Thanks

Matt


SET(_app_options)
IF(${MY_PROJECT_NAME}_SHOW_CONSOLE_WINDOW)
  LIST(APPEND _app_options SHOW_CONSOLE)
ENDIF()

SET(_exclude_plugins
)

FunctionCreateBlueBerryApplication(
  NAME ${MY_APP_NAME}
  SOURCES ${app_sources}
  DESCRIPTION "${PROJECT_NAME} - ${MY_APP_NAME} Application"
  EXCLUDE_PLUGINS ${_exclude_plugins}
  ${_app_options}
)

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to