Skip to content

Commit 302f7ba

Browse files
authored
Change BUILD_TESTING in the build example to ENABLE_ROARING_TESTS (#740)
${BUILD_TESTING} is no longer used since 7b3da10, see [1], it's quite misleading to have it in the README, which should be ENABLE_ROARING_TESTS that done the work. [1]: 7b3da10#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20a
1 parent eecaabc commit 302f7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ CPMAddPackage(
206206
NAME roaring
207207
GITHUB_REPOSITORY "RoaringBitmap/CRoaring"
208208
GIT_TAG v2.0.4
209-
OPTIONS "BUILD_TESTING OFF"
209+
OPTIONS "ENABLE_ROARING_TESTS OFF"
210210
)
211211
212212
target_link_libraries(hello roaring::roaring)

0 commit comments

Comments
 (0)