mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 10:05:47 +08:00
Fix the name of jkqtplotter_lib_properties
Previously it could not find the cmake file and giving an error: ``` CMake Error at CMakeLists.txt:15 (include): include could not find load file: JKQtPlotter_LIB_properties ```
This commit is contained in:
parent
39c43ef8ab
commit
457a53d666
@ -10,7 +10,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
include(jkqtplotter_common_include)
|
||||
|
||||
# Project Name and Version
|
||||
include(JKQtPlotter_LIB_properties)
|
||||
include(jkqtplotter_lib_properties)
|
||||
|
||||
# CMake options with default values and description texts
|
||||
include(jkqtplotter_cmake_options)
|
||||
|
Loading…
Reference in New Issue
Block a user