Skip to content

Commit

Permalink
fix cmake code
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyu-intel committed Jan 17, 2024
1 parent 9f0c403 commit ad516e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/external/neural_speed.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(USE_NEURAL_SPEED)
)
set(BTLA_USE_OPENMP OFF)
FetchContent_MakeAvailable(neural_speed)
if(NOT neural_speed)
if(NOT neural_speed_POPULATED)
FetchContent_Populate(neural_speed)
endif()
endif()

0 comments on commit ad516e9

Please sign in to comment.