From fc92b93326755028d74bf0ba951da6ae6d85c3ac Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Fri, 8 Aug 2014 10:46:05 -0700 Subject: [PATCH] fix typo in metavoxels library setup --- libraries/metavoxels/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/metavoxels/CMakeLists.txt b/libraries/metavoxels/CMakeLists.txt index 20b448725f..a8d6de698b 100644 --- a/libraries/metavoxels/CMakeLists.txt +++ b/libraries/metavoxels/CMakeLists.txt @@ -3,7 +3,7 @@ set(TARGET_NAME metavoxels) auto_mtc(${TARGET_NAME} "${ROOT_DIR}") # use setup_hifi_library macro to setup our project and link appropriate Qt modules -setup_hifi_library(${TARGET_NAME} Network Scripts Widgets) +setup_hifi_library(${TARGET_NAME} Network Script Widgets) # link in the networking library link_hifi_libraries(${TARGET_NAME} shared networking)