Skip to content

Commit

Permalink
Fix #235 (#239)
Browse files Browse the repository at this point in the history
Fix #235 breaking Python installation
  • Loading branch information
chhwang authored Dec 24, 2023
1 parent 413c9ad commit 6202b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ add_subdirectory(include)
add_subdirectory(src)

if("${INSTALL_PREFIX}" STREQUAL "")
set(INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX})
set(INSTALL_PREFIX "./")
endif()

install(TARGETS mscclpp_obj
Expand Down

0 comments on commit 6202b10

Please sign in to comment.