Skip to content

Instantly share code, notes, and snippets.

@mic-e
mic-e / CMakeLists.txt
Last active August 29, 2015 14:08
minimal cmake python test
# testing instructions:
# - save this file as /tmp/x/CMakeLists.txt
# - cd /tmp/x
# - cmake .
# - paste output and your distro version in comments
cmake_minimum_required(VERSION 2.8)
# cmake 2.8 doesn't know about python3.4
set(Python_ADDITIONAL_VERSIONS 3.4)