summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorzhengchao <[email protected]>2018-09-05 10:38:27 +0800
committerzhengchao <[email protected]>2018-09-05 10:38:27 +0800
commit7e94b3cb89f3504dcc4646d0f85eed2574fbaa98 (patch)
tree8854f8a306a595c166d784ce4d15db34c1f41bc1 /CMakeLists.txt
parent115c6d4c62028fa076682cdfc9d144d0dcf2cda5 (diff)
消除tfe_utils.之外的编译警告
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3ad232e..a3f6663 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,6 +4,7 @@ project(tfe)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_C_STANDARD 11)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
+set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} -Wall)
add_subdirectory(vendor)
add_subdirectory(common)