From 826fe14dcbcf703e38a4b51b9f3ac3fcf948c53f Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 28 Jun 2017 10:38:07 +0200 Subject: Shiboken: Set C++ 11 globally Change-Id: I17634ebc245cae87819af16d79704326905e5783 Reviewed-by: Alexandru Croitor --- sources/shiboken2/ApiExtractor/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'sources/shiboken2/ApiExtractor/CMakeLists.txt') diff --git a/sources/shiboken2/ApiExtractor/CMakeLists.txt b/sources/shiboken2/ApiExtractor/CMakeLists.txt index 6cb3e0185..2b966aa56 100644 --- a/sources/shiboken2/ApiExtractor/CMakeLists.txt +++ b/sources/shiboken2/ApiExtractor/CMakeLists.txt @@ -82,8 +82,6 @@ target_link_libraries(apiextractor ${APIEXTRACTOR_EXTRA_LIBRARIES} ) -set_property(TARGET apiextractor PROPERTY CXX_STANDARD 11) - if (BUILD_TESTS) enable_testing() add_subdirectory(tests) -- cgit v1.2.3