From 85e3d7a723fc011cc9ac52567ed461446ab07086 Mon Sep 17 00:00:00 2001 From: Carl Klemm <carl@uvos.xyz> Date: Tue, 3 May 2022 13:35:16 +0200 Subject: [PATCH] fix mistake that prevented install --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c6ea5eb..3756ed8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ set(API_HEADERS eisgenerator/model.h eisgenerator/log.h eisgenerator/paralellseriel.h - eisgenerator/basichmath.h + eisgenerator/basicmath.h ) add_library(${PROJECT_NAME} SHARED ${SRC_FILES}) -- GitLab