Skip to content

Commit

Permalink
c++14 is not required
Browse files Browse the repository at this point in the history
follow newer version of utility
  • Loading branch information
Hi-king committed Mar 31, 2016
1 parent c37b5d3 commit 38bcf08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ if(WIN32)
endif(WIN32)

if(APPLE)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -stdlib=libc++")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -stdlib=libc++")
set(PLUGIN_UTILITY_LIB "${CMAKE_CURRENT_SOURCE_DIR}/opentoonz_plugin_utility/lib/${CMAKE_CFG_INTDIR}/libopentoonz_plugin_utility.a")
endif(APPLE)

find_package(OpenCV REQUIRED)
set(LIBS ${OpenCV_LIBS} ${PLUGIN_UTILITY_LIB})

include_directories(opentoonz_plugin_utility/include
opentoonz_plugin_utility/opentoonz_plugin_headers
opentoonz_plugin_utility/plugin_sdk/core
"${OpenCV_INCLUDE_DIRS}")
link_directories("${OpenCV_LIBS}")

Expand Down
2 changes: 1 addition & 1 deletion opentoonz_plugin_utility

0 comments on commit 38bcf08

Please sign in to comment.