diff options
Diffstat (limited to 'conf.d/cmake/config.cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 9d7e97df..3f36105f 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -67,9 +67,7 @@ set (PKG_REQUIRED_LIST # Static constante definition # ----------------------------- -add_compile_options(-D_REENTRANT) add_compile_options(-DPB_FIELD_16BIT) -add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-std=c++11>) add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-pthread>) # Customize link option |