We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03bf7c commit 7675013Copy full SHA for 7675013
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.12)
2
3
if (PACKAGE_MANAGER)
4
- if(PACKAGE_MANAGER NOT MATCHES "^(hunter|vcpkg)$")
+ if(NOT PACKAGE_MANAGER MATCHES "^(hunter|vcpkg)$")
5
message(FATAL_ERROR "PACKAGE_MANAGER must be set to 'hunter', 'vcpkg' or isn't set")
6
endif ()
7
else ()
0 commit comments