Skip to content

Commit

Permalink
Fix PURIFY_CPPFLOW flag
Browse files Browse the repository at this point in the history
Following the pattern of other flags in this file; PURIFY_CPPFLOW doens't get set properly without this line, I think it is otherwise not defined.
  • Loading branch information
mmcleod89 authored Jul 17, 2023
1 parent a4bef2b commit 3d20e49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake_files/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ if(docasa)
set(PURIFY_CASACORE TRUE)
endif()

set(PURIFY_CPPFLOW FALSE)
if(cppflow)
find_package(cppflow)
find_library(TENSORFLOW_LIB tensorflow REQUIRED)
Expand Down

0 comments on commit 3d20e49

Please sign in to comment.