Skip to content
Snippets Groups Projects
Commit 073c11cb authored by Boman Romain's avatar Boman Romain
Browse files

remove luc's config (not needed anymore)

parent e4ae8749
No related branches found
No related tags found
1 merge request!7Update docker image to ubuntu 22.04
Pipeline #5754 passed
# This file is used when PFEM is compiled on Windows x64
# with Luc Papeleux's precompiled libraries
STRING(REGEX REPLACE "\\\\" "/" MYLIBS $ENV{METAFORLIBS})
SET(CMAKE_GENERATOR "Visual Studio 15 2017 Win64" CACHE INTERNAL "" FORCE)
SET(PYTHON_INCLUDE_DIR "${MYLIBS}/Python/include" CACHE PATH "" FORCE)
SET(PYTHON_LIBRARY "${MYLIBS}/Python/Libs/python37.lib" CACHE FILEPATH "" FORCE)
SET(PYTHON_RELEASE_LIBRARY "${MYLIBS}/Python/Libs/python37.lib" CACHE FILEPATH "" FORCE)
SET(PYTHON_DEBUG_LIBRARY "${MYLIBS}/Python/Libs/python37_d.lib" CACHE FILEPATH "" FORCE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment