diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-10-06 00:54:57 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-10-06 00:55:21 -0400 |
commit | e8b1bcd2169909c831d046ffc0672aabad539d7b (patch) | |
tree | ed29e62591fffe5b7b5cb4b7257ec993f0cb3909 /cmake/Findsigc++.cmake | |
parent | dead7f2f6a02796738851cf38feb94d2ecf38d3d (diff) | |
download | abaddon-portaudio-e8b1bcd2169909c831d046ffc0672aabad539d7b.tar.gz abaddon-portaudio-e8b1bcd2169909c831d046ffc0672aabad539d7b.zip |
remove FOUND_VAR
should also fix compilation in some situations because of sigc++
Diffstat (limited to 'cmake/Findsigc++.cmake')
-rw-r--r-- | cmake/Findsigc++.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/Findsigc++.cmake b/cmake/Findsigc++.cmake index b0054ac..e0f56c0 100644 --- a/cmake/Findsigc++.cmake +++ b/cmake/Findsigc++.cmake @@ -32,7 +32,6 @@ set(SIGC++_INCLUDE_DIRS ${SIGC++_INCLUDE_DIR};${SIGC++_CONFIG_INCLUDE_DIR}) include(FindPackageHandleStandardArgs) find_package_handle_standard_args(sigc++ - FOUND_VAR SIGC++_FOUND REQUIRED_VARS SIGC++_INCLUDE_DIR SIGC++_LIBRARY |