From cd56c1d97f6d52acf8915d20b159130251c0cecb Mon Sep 17 00:00:00 2001 From: assiduous Date: Mon, 24 Feb 2020 15:31:10 -0800 Subject: Minor update to CMake asset loader --- AssetLoader/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AssetLoader') diff --git a/AssetLoader/CMakeLists.txt b/AssetLoader/CMakeLists.txt index 1994ab3..90f10a0 100644 --- a/AssetLoader/CMakeLists.txt +++ b/AssetLoader/CMakeLists.txt @@ -53,7 +53,7 @@ elseif (DRACO_PATH) target_include_directories(Diligent-AssetLoader PRIVATE "${DRACO_PATH}/include") target_compile_definitions(Diligent-AssetLoader PRIVATE TINYGLTF_ENABLE_DRACO) else() - message("Unable to find draco library. Draco support will be disabled") + message(WARNING "Unable to find draco library. Draco support will be disabled") endif() endif() -- cgit v1.2.3