Skip to content

Commit

Permalink
require C++ standard 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcima committed Jun 29, 2019
1 parent e9e7831 commit 45e57a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ set_target_properties(cmus-vgm PROPERTIES
PREFIX ""
C_VISIBILITY_PRESET "hidden"
CXX_VISIBILITY_PRESET "hidden"
CMAKE_VISIBILITY_INLINES_HIDDEN ON)
CMAKE_VISIBILITY_INLINES_HIDDEN ON
CXX_STANDARD 11
CXX_STANDARD_REQUIRED ON)

install(TARGETS cmus-vgm
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmus/ip")

0 comments on commit 45e57a8

Please sign in to comment.