Skip to content

Commit 13f30f4

Browse files
committed
fix style
1 parent 69649f6 commit 13f30f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/libcuopt/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ find_package(Boost 1.65 QUIET COMPONENTS system filesystem thread)
5151

5252
if(NOT Boost_FOUND)
5353
message(STATUS "Boost not found in system, trying alternative locations...")
54-
54+
5555
# Try common Boost installation paths
5656
set(Boost_USE_STATIC_LIBS OFF)
5757
set(Boost_USE_MULTITHREADED ON)
5858
set(Boost_USE_STATIC_RUNTIME OFF)
59-
59+
6060
# Try to find Boost again with more options
6161
find_package(Boost 1.65 COMPONENTS system filesystem thread)
62-
62+
6363
if(NOT Boost_FOUND)
6464
message(FATAL_ERROR "Boost not found. Please install Boost 1.65 or later with components: system, filesystem, thread")
6565
endif()

0 commit comments

Comments
 (0)