Skip to content

Commit

Permalink
Enable C++11 support, for Juce 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Mar 29, 2019
1 parent c43849c commit a01262e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ set_target_properties(openshot-audio
PROPERTIES
VERSION ${PROJECT_VERSION}
SOVERSION ${SO_VERSION}
CXX_STANDARD 11
CXX_STANDARD_REQUIRED YES
INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib")

set(CMAKE_THREAD_PREFER_PTHREAD TRUE)
Expand Down

0 comments on commit a01262e

Please sign in to comment.