Skip to content
Snippets Groups Projects
Commit e8aca166 authored by hluk's avatar hluk
Browse files

Fix CMake version for OS X


Signed-off-by: default avatarLukas Holecek <hluk@email.cz>
parent b4cc07f9
No related branches found
Tags v3.8.0-osx
No related merge requests found
cmake_minimum_required(VERSION 2.8.12)
project(copyq)
if (NOT APPLE)
set(COPYQ_EXECUTABLE_NAME ${PROJECT_NAME})
else()
if (APPLE)
cmake_minimum_required(VERSION 3.1)
set(COPYQ_EXECUTABLE_NAME "CopyQ")
else()
cmake_minimum_required(VERSION 2.8.12)
set(COPYQ_EXECUTABLE_NAME ${PROJECT_NAME})
endif()
# C++11
......
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