From ff74ea4e1167bcf66810f22b26d410de551f23cd Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 23 Sep 2017 10:58:49 +0000 Subject: cmake: fixed typo git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7471 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Visual/projectm/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Visual') diff --git a/src/plugins/Visual/projectm/CMakeLists.txt b/src/plugins/Visual/projectm/CMakeLists.txt index db3446709..a5acb247e 100644 --- a/src/plugins/Visual/projectm/CMakeLists.txt +++ b/src/plugins/Visual/projectm/CMakeLists.txt @@ -36,7 +36,7 @@ find_file(PROJECTM_CONFIG config.inp PATHS "/usr/share/projectM/" "/usr/local/share/projectM/") IF(PROJECTM_CONFIG) -SET(libprojecm_DEFINES PROJECTM_CONFIG=\"${PROJECTM_CONFIG}\") +SET(libprojectm_DEFINES PROJECTM_CONFIG=\"${PROJECTM_CONFIG}\") MESSAGE(STATUS "Found projectM configuration: ${PROJECTM_CONFIG}") ENDIF(PROJECTM_CONFIG) -- cgit v1.2.3-13-gbd6f