Skip to content
Snippets Groups Projects
Commit f9735064 authored by Langella Olivier's avatar Langella Olivier
Browse files

win64: remove console

parent 0d546eb6
No related branches found
No related tags found
No related merge requests found
......@@ -65,3 +65,8 @@ set (Boost_LIB_VERSION "1_56")
set (Boost_MAJOR_VERSION "1")
set (Boost_MINOR_VERSION "56")
set (Boost_SUBMINOR_VERSION "0")
# remove console
set(CMAKE_EXE_LINKER_FLAGS
"${CMAKE_EXE_LINKER_FLAGS} -Wl,--subsystem,windows"
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment