From 95c3e7f7db08376f1b08dc8ba1e3a6d411cf3556 Mon Sep 17 00:00:00 2001 From: Nick Porcino Date: Wed, 17 Jul 2019 23:19:26 -0700 Subject: [PATCH] Fix source_group typo --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 78b12a5..03d5328 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,7 @@ install (TARGETS libopus DESTINATION lib) # folders -source_group(src/ FILES ${third_opus_src}) +source_group(src FILES ${third_opus_src}) #------------------------------------------------------------------------------- @@ -220,7 +220,7 @@ install(TARGETS libnyquist install(TARGETS libnyquist DESTINATION lib) # folders -source_group(src/ FILES ${nyquist_src}) +source_group(src FILES ${nyquist_src}) #-------------------------------------------------------------------------------