diff --git a/tests/installation_tests/find/CMakeLists.txt b/tests/installation_tests/find/CMakeLists.txt index 7443107..b2ccd40 100644 --- a/tests/installation_tests/find/CMakeLists.txt +++ b/tests/installation_tests/find/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.15) -project(test_simdjson_install VERSION 0.1.0 LANGUAGES CXX) +project(test_install VERSION 0.1.0 LANGUAGES CXX) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) @@ -27,4 +27,4 @@ int main() { add_executable(repro main.cpp) -target_link_libraries(repro PUBLIC FastFloat::fast_float) \ No newline at end of file +target_link_libraries(repro PUBLIC FastFloat::fast_float)