Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
OCC
occt
Commits
02012b16
Commit
02012b16
authored
1 year ago
by
Xi He@格宇
Browse files
Options
Download
Email Patches
Plain Diff
Add postfix "_ar" for Haizhou
parent
b1dea48a
archersim/OCCT-770Haizhou
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+4
-0
CMakeLists.txt
with
4 additions
and
0 deletions
+4
-0
CMakeLists.txt
View file @
02012b16
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help