cmake: attempt to add C++11 support.
This commit is contained in:
parent
93ab7064b2
commit
599103486c
|
@ -45,4 +45,6 @@ target_link_libraries(${PROJECT_WX})
|
|||
|
||||
set(CMAKE_BUILD_TYPE Release)
|
||||
|
||||
set (CMAKE_CXX_STANDARD 11)
|
||||
|
||||
install(TARGETS ${PROJECT_WX} RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||
|
|
Loading…
Reference in New Issue