diff --git a/CMakeLists.txt b/CMakeLists.txt index fb30f6c..4af2cf9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.18.4) +cmake_minimum_required(VERSION 3.25.1) set(IS_OS_WINDOWS FALSE) set(IS_OS_LINUX FALSE) @@ -228,7 +228,7 @@ add_library(EHS ${EHS_SOURCES}) add_executable(StrToHash src/StrToHash.cpp) target_include_directories(EHS PUBLIC ${PROJECT_SOURCE_DIR}/include) -target_include_directories(StrToHash PUBLIC ${PROJECT_SOURCE_DIR}/include) +#target_include_directories(StrToHash PUBLIC ${PROJECT_SOURCE_DIR}/include) set(CMAKE_INSTALL_PREFIX "${USER_HOME_DIRECTORY}/Libraries/EHS") install(TARGETS EHS DESTINATION lib)