1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-27 23:22:31 +02:00

Fix typo in test makefile.

This commit is contained in:
Guillaume Chatelet 2018-02-08 17:08:52 +01:00
parent 3a156dada7
commit 9f3b0241aa

View File

@ -3,7 +3,7 @@
#
set(CMAKE_CXX_STANDARD 11)
set(CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF) # prefer use of -std11 instead of -gnustd11
include_directories(../include)