We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941c4a5 commit 5b01cf9Copy full SHA for 5b01cf9
tests/interface/pathseq/CMakeLists.txt
@@ -18,7 +18,7 @@ if (NOT MSVC)
18
target_compile_options(psfunctors
19
PUBLIC "-Wall;-Wextra;-Werror;-fwrapv")
20
else ()
21
- target_compile_options(functors PUBLIC /W3 /WX)
+ target_compile_options(psfunctors PUBLIC /W3 /WX)
22
endif()
23
24
if (WIN32)
@@ -30,6 +30,6 @@ if (WIN32)
30
endif ()
31
32
if (SOUFFLE_DOMAIN_64BIT)
33
- target_compile_definitions(functors
+ target_compile_definitions(psfunctors
34
PUBLIC RAM_DOMAIN_SIZE=64)
35
0 commit comments