Skip to content
Snippets Groups Projects
Commit b1882a3c authored by Lutz Klinkenberg's avatar Lutz Klinkenberg
Browse files

solve linking issue on non macOS systems

parent 0b01bc6c
Branches
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules/")
project(pygin)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
# find ginac on system and add headers to include path
find_package(GiNaC REQUIRED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment