Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
caesr-pub
systemc-clang
Commits
09d6f7e1
Commit
09d6f7e1
authored
Jul 12, 2019
by
rmrf
Browse files
Update to CMakeFile
parent
dd035f46
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
09d6f7e1
...
...
@@ -4,6 +4,8 @@ project(systemc-clang)
set
(
CMAKE_CXX_STANDARD 17
)
# Always keep it on
set
(
CMAKE_CXX_STANDARD_REQUIRED ON
)
# Make verbose on?
#set(CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL "ON")
# Required packages
# TODO: Add the code to find library and/or the specific in-source file.
...
...
@@ -27,7 +29,7 @@ set (LLVM_BUILD_DIR
)
set
(
CMAKE_CXX_FLAGS
"$ENV{LLVM_CXX_FLAGS} $ENV{CMAKE_CXX_FLAGS} -DUSE_SAUTO=off "
"$ENV{LLVM_CXX_FLAGS} $ENV{CMAKE_CXX_FLAGS} -DUSE_SAUTO=off
-Wcovered-switch-default
"
)
if
(
USE_SAUTO
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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