Skip to content

Commit

Permalink
explicit off
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Aug 11, 2023
1 parent 1923480 commit 619eaee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ cmake_minimum_required(VERSION 3.0)
option(STATIC_CRT "Windows specific option that to specify static/dynamic run-time library" OFF)
option(ALLOW_CROSS_COMPILED_TESTS "Allow tests to be compiled via cross compile, for use with qemu" OFF)
option(AWS_ENABLE_TRACING "Enable tracing macros" OFF)
set(INTEL_NO_ITTNOTIFY_API NOT AWS_ENABLE_TRACING) # Disable intel notify api if tracing is not enabled

if(NOT AWS_ENABLE_TRACING)
set(INTEL_NO_ITTNOTIFY_API ON) # Disable intel notify api if tracing is not enabled
endif()
project(aws-c-common LANGUAGES C VERSION 0.1.0)

message(STATUS "CMake ${CMAKE_VERSION}")
Expand Down

0 comments on commit 619eaee

Please sign in to comment.