Remove quietness as it seems to cause problems

This commit is contained in:
Guilhem Lavaux 2018-01-05 16:21:12 +01:00
parent f052cd244d
commit 72d58447ac
2 changed files with 5 additions and 1 deletions

View file

@ -100,6 +100,8 @@ if (WIN32 AND NOT CYGWIN)
SET_TARGET_PROPERTIES(_cosmotool PROPERTIES SUFFIX ".pyd")
endif (WIN32 AND NOT CYGWIN)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cosmotool/config.py.in ${CMAKE_CURRENT_BINARY_DIR}/cosmotool/config.py @ONLY)
INSTALL(TARGETS
${ct_TARGETS}
LIBRARY DESTINATION ${PYTHON_SITE_PACKAGES}/cosmotool