Fix version number in exported file FLTKConfig.cmake

This commit is contained in:
Albrecht Schlosser 2020-09-01 13:32:05 +02:00
parent cdda89455c
commit a6f9388f33

View File

@ -15,7 +15,7 @@
# - deprecated since FLTK 1.3.4
# - will be removed in FLTK 1.4.0 or later
set (FLTK_VERSION @FLTK_VERSION_FULL@)
set (FLTK_VERSION @FLTK_VERSION@)
include (${CMAKE_CURRENT_LIST_DIR}/FLTK-Targets.cmake)