Skip to content

Commit

Permalink
Merge branch 'cmake' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Jun 4, 2024
2 parents 72c3b25 + 6e9c35a commit 09313e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/BuildPython.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if(APPLE)
endif()
endif()

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="${_openssl_LOC}" --prefix=${CMAKE_INSTALL_PREFIX}
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=${_openssl_LOC} --prefix=${CMAKE_INSTALL_PREFIX}
)
set( Python_BUILD make -j ${NPROCS} )
set( Python_INSTALL make -j ${NPROCS} install )
Expand Down

0 comments on commit 09313e3

Please sign in to comment.