We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815743f commit 2d5e128Copy full SHA for 2d5e128
fuzzing/CMakeLists.txt
@@ -1,8 +1,5 @@
1
cmake_minimum_required(VERSION 3.14)
2
3
-set(CMAKE_C_COMPILER clang)
4
-set(CMAKE_CPP_COMPILER clang)
5
-
6
if(${CMAKE_VERSION} VERSION_LESS 3.14)
7
cmake_policy(VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION})
8
endif()
@@ -49,8 +46,6 @@ else()
49
46
separate_arguments(COMPILATION_FLAGS)
50
47
51
48
52
-set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
53
54
# Include haness cmake files
55
file(GLOB cmake_extra_files "extra/*.cmake")
56
0 commit comments