diff options
Diffstat (limited to 'examples/llava/CMakeLists.txt')
-rw-r--r-- | examples/llava/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/llava/CMakeLists.txt b/examples/llava/CMakeLists.txt index 48dae150..2985caff 100644 --- a/examples/llava/CMakeLists.txt +++ b/examples/llava/CMakeLists.txt @@ -24,7 +24,8 @@ endif() if (NOT MSVC) target_compile_options(llava PRIVATE -Wno-cast-qual) # stb_image.h - endif() +endif() + if(TARGET BUILD_INFO) add_dependencies(llava BUILD_INFO) endif() |