zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit a40e413bb4738928d23c33859037e9e79555b443
parent f096f7355d2d0b774a0532d0f5143cfcd4693cdb
Author: fundamental <[email protected]>
Date:   Wed, 27 Jul 2016 10:00:44 -0400

CMake: Fix Typo In PkgConfig Find Variable

Diffstat:
Msrc/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt @@ -23,7 +23,7 @@ if(CXXTEST_FOUND) set(CXXTEST_USE_PYTHON TRUE) endif() # lash -if(PkgConfig_FOUND AND NOT (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")) +if(PKG_CONFIG_FOUND AND NOT (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")) message("Looking For pkg config modules") pkg_check_modules(JACK jack) pkg_check_modules(PORTAUDIO portaudio-2.0>=19)