Skip to content

Commit f0a3334

Browse files
committed
Firestore/core/test/unit/util/CMakeLists.txt: remove set(CMAKE_CXX_EXTENSIONS ON), which was added 7 years ago in #715
1 parent da81417 commit f0a3334

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Firestore/core/test/unit/util/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
set(CMAKE_CXX_EXTENSIONS ON)
16-
1715
# Required to allow 0 length printf style strings for testing purposes.
1816
if(NOT MSVC)
1917
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-format-zero-length")

0 commit comments

Comments
 (0)