Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 0.11 KB | None | 0 0
  1. cmake_minimum_required(VERSION 3.4)
  2.  
  3. set(Boost_USE_STATIC_LIBS OFF)
  4.  
  5. find_package(Boost REQUIRED system CONFIG)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement