Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/cpu_features.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2018-02-09 12:08:23 +0300
committerGuillaume Chatelet <gchatelet@google.com>2018-02-09 12:08:23 +0300
commit4189efff9209b99d80074e473ba3596c7f03c46c (patch)
tree95edb68c56a6eafa0de8cc165f1baf9a0036eb3d /CMakeLists.txt
parent11e3e204961f3e0972ab24ef41745010d37872a4 (diff)
Converts list_cpu_features to C
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0c03b7b..bb9d538 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -53,9 +53,8 @@ target_link_libraries(cpu_features PUBLIC ${CMAKE_DL_LIBS})
# program : list_cpu_features
#
-add_executable(list_cpu_features src/list_cpu_features.cc)
+add_executable(list_cpu_features src/list_cpu_features.c)
target_link_libraries(list_cpu_features PRIVATE cpu_features)
-target_compile_features(list_cpu_features PRIVATE cxx_range_for)
#
# tests