Skip to content

Commit e92c632

Browse files
authored
Update CMakeLists.txt
1 parent 02a6197 commit e92c632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tests/installation_tests/find/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.15)
22

3-
project(test_simdjson_install VERSION 0.1.0 LANGUAGES CXX)
3+
project(test_install VERSION 0.1.0 LANGUAGES CXX)
44

55
set(CMAKE_CXX_STANDARD 17)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)
@@ -27,4 +27,4 @@ int main() {
2727

2828

2929
add_executable(repro main.cpp)
30-
target_link_libraries(repro PUBLIC FastFloat::fast_float)
30+
target_link_libraries(repro PUBLIC FastFloat::fast_float)

0 commit comments

Comments
 (0)