File tree 3 files changed +2
-6
lines changed
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ build/data
34
34
build /docs
35
35
build /lua
36
36
build /bin
37
+ build /lib
37
38
build /depends
38
39
build /library
39
40
build /package
Original file line number Diff line number Diff line change @@ -15,13 +15,8 @@ if(UNIX)
15
15
set_target_properties (protobuf PROPERTIES COMPILE_FLAGS "-Wno-deprecated-declarations -Wno-restrict" )
16
16
endif ()
17
17
18
- if (UNIX AND NOT APPLE ) # remove this once our MSVC build env has been updated
19
18
option (INSTALL_GTEST "Enable installation of googletest. (Projects embedding googletest may want to turn this OFF.)" OFF )
20
19
add_subdirectory (googletest)
21
- if (UNIX )
22
- set_target_properties (gtest PROPERTIES COMPILE_FLAGS "-Wno-maybe-uninitialized -Wno-sign-compare -Wno-restrict" )
23
- endif ()
24
- endif ()
25
20
26
21
# Don't build tinyxml if it's being externally linked against.
27
22
if (NOT TinyXML_FOUND)
You can’t perform that action at this time.
0 commit comments