Skip to content

Commit 5b01cf9

Browse files
Bernhard ScholzBernhard Scholz
Bernhard Scholz
authored and
Bernhard Scholz
committed
Fixed CMake/64bit flag was missing
1 parent 941c4a5 commit 5b01cf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/interface/pathseq/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if (NOT MSVC)
1818
target_compile_options(psfunctors
1919
PUBLIC "-Wall;-Wextra;-Werror;-fwrapv")
2020
else ()
21-
target_compile_options(functors PUBLIC /W3 /WX)
21+
target_compile_options(psfunctors PUBLIC /W3 /WX)
2222
endif()
2323

2424
if (WIN32)
@@ -30,6 +30,6 @@ if (WIN32)
3030
endif ()
3131

3232
if (SOUFFLE_DOMAIN_64BIT)
33-
target_compile_definitions(functors
33+
target_compile_definitions(psfunctors
3434
PUBLIC RAM_DOMAIN_SIZE=64)
3535
endif()

0 commit comments

Comments
 (0)