Skip to content

Commit

Permalink
Fixed BuildPython.cmake for Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Jun 14, 2024
1 parent 035802c commit d395a93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/Modules/BuildPython.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ elseif(UNIX)
set( Python_CONFIGURE ${CMAKE_COMMAND} -E env "CFLAGS=${Python_C_FLAGS}" "CPPFLAGS=${Python_C_FLAGS}" "CXXFLAGS=${Python_CXX_FLAGS}" "LDFLAGS=${Python_LD_FLAGS}" -- ./configure
--enable-optimizations
--enable-shared
--with-openssl=${CMAKE_PREFIX_PATH}
--prefix=${CMAKE_INSTALL_PREFIX}
)
set( Python_BUILD make -j ${NPROCS} )
Expand Down

0 comments on commit d395a93

Please sign in to comment.