CMake: unset gcc for nix

This commit is contained in:
Celine Mercier
2019-09-26 21:04:42 +02:00
parent be85c55c9e
commit 3b3cf9359d

View File

@ -1,7 +1,5 @@
cmake_minimum_required(VERSION 3.9)
SET(CMAKE_C_COMPILER gcc)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
SET(PYTHONLIB "po" CACHE STRING "Location of the python site-package directory")