more on meson

This commit is contained in:
Martin Brodbeck 2019-10-14 19:32:14 +02:00
parent 5aa4e3a5f0
commit a8181729f9
1 changed files with 1 additions and 3 deletions

View File

@ -12,7 +12,7 @@ configuration_inc = include_directories('.')
nlohmann_lib = dependency('nlohmann_json', version : '>=3.5.0', required : false)
if not nlohmann_lib.found()
nlohmann_inc = include_directories('subprojects/nlohmann_json/single_include/nlohmann')
nlohmann_inc = include_directories('subprojects/nlohmann_json/single_include')
nlohmann_lib = declare_dependency(include_directories : nlohmann_inc)
endif
@ -31,5 +31,3 @@ if build_machine.system() == 'linux'
install_data('manual/Benutzerhandbuch.pdf', install_dir : get_option('datadir') / 'kima2')
endif
rpm = import('rpm')
rpm.generate_spec_template()