build - added dependencies to library target having figured out that's how it should be done :)

This commit is contained in:
Richard Hodges 2014-08-03 20:22:42 +01:00
parent d4b10cbf35
commit ba3b8ecf0f
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ macro(set_cxx_norm NORM)
elseif(${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang")
if(${NORM} EQUAL ${CXX_NORM_CXX11})
add_definitions("-std=c++0x")
add_definitions("-std=c++11")
endif()
endif()