comparison tools/map/CMakeLists.txt @ 149:dece83c24c64

CMake: put find_package(Boost) quiet
author David Demelier <markand@malikania.fr>
date Thu, 26 Oct 2017 20:03:23 +0200
parents 119bcc5a727e
children 4b292c20124c
comparison
equal deleted inserted replaced
148:e21942f73ef6 149:dece83c24c64
16 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 # 17 #
18 18
19 project(mlk-map) 19 project(mlk-map)
20 20
21 find_package(Boost REQUIRED COMPONENTS filesystem iostreams system) 21 find_package(Boost REQUIRED QUIET COMPONENTS filesystem iostreams system)
22 22
23 malikania_define_executable( 23 malikania_define_executable(
24 TARGET mlk-map 24 TARGET mlk-map
25 INCLUDES ${Boost_INCLUDE_DIRS} 25 INCLUDES ${Boost_INCLUDE_DIRS}
26 LIBRARIES ${Boost_LIBRARIES} json 26 LIBRARIES ${Boost_LIBRARIES} json