Skip to content

Commit

Permalink
More testings
Browse files Browse the repository at this point in the history
  • Loading branch information
tfmoraes committed May 8, 2024
1 parent 39ac6b4 commit 7258f09
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ else()
SET(GDCM_BUILD_SHARED_LIBS ON)
endif(WIN32)

find_package(Python COMPONENTS Interpreter Development.Module REQUIRED)
find_package(Python COMPONENTS Interpreter REQUIRED)

SET(GDCM_WRAP_PYTHON ON)
SET(GDCM_NO_PYTHON_LIBS_LINKING ON)
Expand Down Expand Up @@ -45,13 +45,14 @@ SET(CMAKE_INSTALL_LIBDIR _gdcm)
SET(CMAKE_INSTALL_BINDIR _gdcm)
SET(CMAKE_INSTALL_INCLUDEDIR ${SKBUILD_NULL_DIR})

cmake_print_variables(CMAKE_INSTALL_LIBDIR)

cmake_print_variables(SKBUILD_HEADERS_DIR)
cmake_print_variables(SKBUILD_DATA_DIR)
cmake_print_variables(SKBUILD_SCRIPTS_DIR)
cmake_print_variables(CMAKE_INSTALL_BINDIR)

ADD_SUBDIRECTORY(gdcm_src)

cmake_print_variables(CMAKE_INSTALL_BINDIR)
SET(EXECUTABLE_OUTPUT_PATH ${SKBUILD_PLATLIB_DIR}/_gdcm)
SET(LIBRARY_OUTPUT_PATH ${SKBUILD_PLATLIB_DIR}/_gdcm)
# SET(SKBUILD_DATA_DIR _gdcm)
# SET(SKBUILD_SCRIPTS_DIR _gdcm)
# SET(SKBUILD_LIB_DIR _gdcm)
# SET(SKBUILD_HEADERS_DIR ${SKBUILD_NULL_DIR})
SET(CMAKE_INSTALL_LIBDIR _gdcm)
SET(CMAKE_INSTALL_BINDIR _gdcm)
SET(CMAKE_INSTALL_INCLUDEDIR ${SKBUILD_NULL_DIR})

0 comments on commit 7258f09

Please sign in to comment.