Skip to content

Commit

Permalink
add the tests back
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Mar 25, 2024
1 parent 8cd5b9b commit cc98012
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 @@ -63,7 +63,7 @@ ExternalProject_Add(python
URL https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tgz
URL_HASH SHA1=459959e7dbeb89931db03457ea1f012353e34bce
BUILD_IN_SOURCE ON
CONFIGURE_COMMAND ${CMAKE_COMMAND} -E env "CFLAGS=-fPIC" ${python_sdkroot} ./configure --prefix=${CMAKE_INSTALL_PREFIX}/python/${PYTHON_VERSION} --enable-optimizations --with-lto --disable-test-modules ${openssl_option}
CONFIGURE_COMMAND ${CMAKE_COMMAND} -E env "CFLAGS=-fPIC" ${python_sdkroot} ./configure --prefix=${CMAKE_INSTALL_PREFIX}/python/${PYTHON_VERSION} --enable-optimizations --with-lto ${openssl_option}
BUILD_COMMAND make -j${CMAKE_BUILD_PARALLEL_LEVEL}
)

Expand Down

0 comments on commit cc98012

Please sign in to comment.