Commit 02012b16 authored by Xi He@格宇's avatar Xi He@格宇
Browse files

Add postfix "_ar" for Haizhou

No related merge requests found
Showing with 4 additions and 0 deletions
+4 -0
......@@ -6,10 +6,14 @@ set (CMAKE_SUPPRESS_REGENERATION TRUE)
set (CMAKE_CONFIGURATION_TYPES Release Debug RelWithDebInfo CACHE INTERNAL "" FORCE)
# set using C++ standard
set (BUILD_CPP_STANDARD "C++11" CACHE STRING "Select using c++ standard.")
set_property(CACHE BUILD_CPP_STANDARD PROPERTY STRINGS "C++11" "C++14" "C++17" "C++20" "C++23")
set(CMAKE_DEBUG_POSTFIX "_ar")
set(CMAKE_RELEASE_POSTFIX "_ar")
# Set desired C++ standard
if ("${BUILD_CPP_STANDARD}" STREQUAL "C++11")
set (CMAKE_CXX_STANDARD 11)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment