Skip to content

Commit

Permalink
fix cmake issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimedErwin committed Dec 25, 2024
1 parent 5b6edff commit 88f1b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/pocketpy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ option(BUILD_WITH_PYTHON "Python Enabled" ${BUILD_WITH_ALL})
message("BUILD_WITH_PYTHON: ${BUILD_WITH_PYTHON}")
if(BUILD_WITH_PYTHON)
option(PK_ENABLE_OS "" OFF)
option(PK_BUILD_MODULE_LZ4 "" OFF)

if(NOT WIN32)
option(PK_BUILD_WITH_IPO "" OFF)
option(PK_BUILD_MODULE_LZ4 "" OFF)
endif()

add_subdirectory(${THIRDPARTY_DIR}/pocketpy)
Expand Down

0 comments on commit 88f1b54

Please sign in to comment.