From bf8bd830fc71ccb85e8fa1d51c71199c01f9db67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20M=C3=BCller?= Date: Mon, 27 Jun 2016 21:59:39 +0200 Subject: Change export install location --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a50f9e..92b5450 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,6 +37,3 @@ if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build, options are: Debug Profile Release Asan Ubsan." FORCE) endif(NOT CMAKE_BUILD_TYPE) - -# export targets -install(EXPORT cmark DESTINATION lib/cmake) -- cgit v1.2.3