We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d5ef4c + e025ead commit 95fec77Copy full SHA for 95fec77
cpp/ycm/CMakeLists.txt
@@ -418,6 +418,12 @@ endif()
418
419
#############################################################################
420
421
+if ( CMAKE_COMPILER_IS_GNUCXX AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 12 )
422
+ target_compile_options( ${PROJECT_NAME} PRIVATE "-Wno-bidi-chars" )
423
+endif()
424
+
425
+#############################################################################
426
427
if( SYSTEM_IS_SUNOS )
428
# SunOS needs this setting for thread support
429
target_compile_options( ${PROJECT_NAME} PUBLIC "-pthreads" )
0 commit comments