From 0ba6b3cd96230418b4f03c878309b75ccb4f8966 Mon Sep 17 00:00:00 2001 From: Tony Barbour Date: Tue, 1 Mar 2016 16:08:41 -0700 Subject: [PATCH] smoke: use $ instead of LOCATION prop --- demos/smoke/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/demos/smoke/CMakeLists.txt b/demos/smoke/CMakeLists.txt index 0c3dd1c..06ec737 100644 --- a/demos/smoke/CMakeLists.txt +++ b/demos/smoke/CMakeLists.txt @@ -52,8 +52,7 @@ set(includes set(libraries PRIVATE ${CMAKE_THREAD_LIBS_INIT}) if(TARGET vulkan) - get_property(vulkan_location TARGET vulkan PROPERTY LOCATION) - list(APPEND definitions PRIVATE -DUNINSTALLED_LOADER="${vulkan_location}") + list(APPEND definitions PRIVATE -DUNINSTALLED_LOADER="$") endif() if(WIN32) -- 2.7.4