Skip to content

Commit

Permalink
Make sure the config file export is correct.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson committed Feb 5, 2024
1 parent 8cac3d7 commit ca909c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake/AwsFeatureTests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ if(MINGW)
set(USE_CPU_EXTENSIONS OFF)
endif()

set(AWS_USE_CPU_EXTENSIONS USE_CPU_EXTENSIONS)
if (USE_CPU_EXTENSIONS)
set(AWS_USE_CPU_EXTENSIONS ON)
endif()

if(NOT CMAKE_CROSSCOMPILING)
check_c_source_runs("
Expand Down

0 comments on commit ca909c0

Please sign in to comment.