Skip to content

Commit f17e157

Browse files
committed
Dont use boost when its disabled USE_BOOST=Off
1 parent 8f3d36a commit f17e157

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/compilerDefinitions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if(HAVE_RULES)
3737
add_definitions(-DHAVE_RULES)
3838
endif()
3939

40-
if(Boost_FOUND)
40+
if(USE_BOOST)
4141
add_definitions(-DHAVE_BOOST)
4242
if(USE_BOOST_INT128)
4343
add_definitions(-DHAVE_BOOST_INT128)

0 commit comments

Comments
 (0)