We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8acbd1e commit 5d4da34Copy full SHA for 5d4da34
1 file changed
CMakeLists.txt
@@ -47,7 +47,8 @@ else()
47
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
48
set(CMAKE_INSTALL_INCLUDEDIR ${SKBUILD_PLATLIB_DIR}/blosc2/include) # directory for include files
49
set(CMAKE_INSTALL_LIBDIR ${SKBUILD_PLATLIB_DIR}/blosc2/lib) # directory for libblosc2 and pkgconfig
50
- set(Blosc2_INSTALL_CMAKEDIR ${CMAKE_INSTALL_LIBDIR}/cmake/blosc2) #directory for cmake files
+ set(Blosc2_INSTALL_CMAKEDIR ${CMAKE_INSTALL_LIBDIR}/cmake/blosc2) # directory for cmake files
51
+ set(CMAKE_INSTALL_BINDIR ${SKBUILD_PLATLIB_DIR}/blosc2/lib) # directory for libblosc2.dll on windows
52
# we will put the binaries of the C-Blosc2 library into the wheels according to PEP
53
set(BLOSC_INSTALL ON)
54
include(FetchContent)
0 commit comments