Update sol2-config.cmake.in

This commit is contained in:
Sztergbaum Roman 2018-06-22 22:06:47 +02:00 committed by GitHub
parent c53fa6d2b5
commit 3184628784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ if (TARGET sol2)
endif()
if(TARGET sol2_single)
get_target_property(SOL_SINGLE_INCLUDE_DIRS
get_target_property(SOL2_SINGLE_INCLUDE_DIRS
sol2_single INTERFACE_INCLUDE_DIRECTORIES)
set_and_check(SOL2_INCLUDE_DIRS "${SOL2_SINGLE_INCLUDE_DIRS}")
set(SOL2_LIBRARIES_SINGLE sol2_single)