This website works better with JavaScript.
Home
Explore
Help
Sign In
andrius
/
kpmcore
Watch
1
Star
0
Fork
0
Code
Pull Requests
0
Releases
27
Activity
Browse Source
CMake config file: check for Qt5Core in the needed version
release/20.12
Friedrich W. H. Kossebau
2 months ago
parent
8804711943
commit
32149e6340
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
KPMcoreConfig.cmake.in
+ 3
- 0
KPMcoreConfig.cmake.in
View File
@ -5,5 +5,8 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(Qt5Core @QT_MIN_VERSION@)
set_and_check(KPMCORE_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@")
include("${CMAKE_CURRENT_LIST_DIR}/KPMcoreTargets.cmake")
Write
Preview
Loading…
Cancel
Save