Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
removed set(BOOST_ROOT from cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern committed Aug 21, 2018
1 parent 7780902 commit 9f33f58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
@@ -1,7 +1,6 @@
project(metal.test)
cmake_minimum_required(VERSION 3.9)

set(BOOST_ROOT C:\\develop\\boost\\boost_1_64_0)
set(CMAKE_CXX_STANDARD 14)
set(RAPIDJSON_BUILD_CXX11 ON)
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS TRUE)
Expand Down

0 comments on commit 9f33f58

Please sign in to comment.