Skip to content

Commit

Permalink
Merge branch 'develop' into feature/expose_readlc_c
Browse files Browse the repository at this point in the history
  • Loading branch information
jbathegit authored Aug 28, 2023
2 parents 839232e + d3a5747 commit 2aeb049
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ configure_file(setup.py.in setup.py @ONLY)
file( COPY ncepbufr utils DESTINATION . )

# Library installation directory
execute_process(COMMAND ${Python3_EXECUTABLE} -c "from __future__ import print_function; import sys; print(sys.version[:3], end='')"
OUTPUT_VARIABLE _PYVER)
set(_PYVER "${Python3_VERSION_MAJOR}.${Python3_VERSION_MINOR}")
set(_install_dir "${CMAKE_INSTALL_FULL_LIBDIR}/python${_PYVER}/site-packages")

# Build the extension module for use in install tree
Expand Down

0 comments on commit 2aeb049

Please sign in to comment.