Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Dec 17, 2023
1 parent 0bd20af commit 3f75144
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,14 @@ endif()

if (DEFINED SKBUILD)
message(STATUS "PYTHON is ${Python_EXECUTABLE}")
message(STATUS "Python_STDLIB is ${Python_STDLIB}")
message(STATUS "Python_STDARCH is ${Python_STDARCH}")
message(STATUS "CMAKE_INSTALL_PREFIX is ${CMAKE_INSTALL_PREFIX}")
message(STATUS "CMAKE_SYSTEM_PREFIX_PATH is ${CMAKE_SYSTEM_PREFIX_PATH}")
execute_process(COMMAND ${Python_EXECUTABLE} -m pip show -f gemmi
COMMAND_ECHO STDOUT)
message(STATUS "-- end --")
file(GLOB_RECURSE FOUND_FILES LIST_DIRECTORIES true
file(GLOB_RECURSE FOUND_FILES LIST_DIRECTORIES false
c:/Users/runneradmin/AppData/Local/*/gemmi-config.cmake)
message(STATUS "found gemmi configs: ${FOUND_FILES}")
set(CMAKE_FIND_DEBUG_MODE TRUE)
Expand Down

0 comments on commit 3f75144

Please sign in to comment.