|
1 |
| -# Copyright (c) Dean Michael Berris 2010. |
| 1 | +# Copyright 2013 Google, Inc. |
| 2 | +# Copyright 2010 Dean Michael Berris <[email protected]> |
2 | 3 | # Distributed under the Boost Software License, Version 1.0.
|
3 |
| -# (See accompanying file LICENSE_1_0.txt or copy at |
4 |
| -# http://www.boost.org/LICENSE_1_0.txt) |
| 4 | +# (See accompanying file LICENSE_1_0.txt or copy at |
| 5 | +# http://www.boost.org/LICENSE_1_0.txt) |
5 | 6 |
|
6 |
| -include_directories(${CPP-NETLIB_SOURCE_DIR}) |
7 |
| -set(CMAKE_BUILD_TYPE Release) |
8 |
| -if (Boost_FOUND) |
9 |
| - add_executable(cpp-netlib-utils_base64_experiment utils_base64_experiment.cpp) |
10 |
| - target_link_libraries(cpp-netlib-utils_base64_experiment ${Boost_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT}) |
11 |
| - if (${CMAKE_SYSTEM_NAME} MATCHES "Linux") |
12 |
| - target_link_libraries(cpp-netlib-utils_base64_experiment rt) |
13 |
| - endif() |
14 |
| - set_target_properties(cpp-netlib-utils_base64_experiment |
15 |
| - PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CPP-NETLIB_BINARY_DIR}/tests) |
16 |
| -endif() |
| 7 | +# Commenting this out until it's ready for prime-time later on. |
| 8 | +# include_directories(${CPP-NETLIB_SOURCE_DIR}) |
| 9 | +# set(CMAKE_BUILD_TYPE Release) |
| 10 | +# if (Boost_FOUND) |
| 11 | +# add_executable(cpp-netlib-utils_base64_experiment utils_base64_experiment.cpp) |
| 12 | +# target_link_libraries(cpp-netlib-utils_base64_experiment ${Boost_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT}) |
| 13 | +# if (${CMAKE_SYSTEM_NAME} MATCHES "Linux") |
| 14 | +# target_link_libraries(cpp-netlib-utils_base64_experiment rt) |
| 15 | +# endif() |
| 16 | +# set_target_properties(cpp-netlib-utils_base64_experiment |
| 17 | +# PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CPP-NETLIB_BINARY_DIR}/tests) |
| 18 | +# endif() |
0 commit comments