OpenBabel3Config.cmake to keep include information

this may solve https://github.com/openbabel/openbabel/issues/2374
This commit is contained in:
Alfredo Correa 2023-02-22 22:36:42 -08:00 committed by GitHub
parent 2b211d6acf
commit 55b8af1eef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
@PACKAGE_INIT@
set(OpenBabel3_INCLUDE_DIRS "")
set(OpenBabel3_INCLUDE_DIRS "@OpenBabel3_INCLUDE_DIRS@")
set(OpenBabel3_LIBRARIES "@OpenBabel3_LIBRARIES@")
set(OpenBabel3_ENABLE_VERSIONED_FORMATS "@ENABLE_VERSIONED_FORMATS@")