mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-10-30 18:17:50 +00:00 
			
		
		
		
	warn if POCO_STATIC is used
This commit is contained in:
		| @@ -54,6 +54,7 @@ endif() | ||||
| include(PocoMacros) | ||||
|  | ||||
| if(POCO_STATIC) | ||||
|   message(WARNING "POCO_STATIC has been deprecated. Please use BUILD_SHARED_LIBS instead.") | ||||
|   option(BUILD_SHARED_LIBS "Build shared libraries" OFF) | ||||
| else() | ||||
|   option(BUILD_SHARED_LIBS "Build shared libraries" ON) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Günter Obiltschnig
					Günter Obiltschnig