From e92c63295c64de6423398a915c3fd262b8d07f9d Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Wed, 4 Jan 2023 12:54:20 -0500 Subject: [PATCH] Update CMakeLists.txt --- tests/installation_tests/find/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)