Skip to content
Snippets Groups Projects

compatibility to updated (cmake 3.12.0) LibsVs2017Py3

Merged Papeleux Luc requested to merge papeleux into master
3 files
+ 36
6
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -12,3 +12,7 @@ SET(PYTHON_INCLUDE_DIR "${MYLIBS}/Python/include" CACHE
SET(PYTHON_LIBRARY "${MYLIBS}/Python/Libs/python27.lib" CACHE FILEPATH "" FORCE)
SET(PYTHON_RELEASE_LIBRARY "${MYLIBS}/Python/Libs/python27.lib" CACHE FILEPATH "" FORCE)
SET(PYTHON_DEBUG_LIBRARY "${MYLIBS}/Python/Libs/python27_d.lib" CACHE FILEPATH "" FORCE)
# Disable Trilinos (we should test with Trilinos/clang)
LIST(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR})
INCLUDE(disable-trilinos)
Loading