| @@ -1,4 +1,4 @@ | |||
| cmake_minimum_required(VERSION 2.8.12) | |||
| cmake_minimum_required(VERSION 3.11) | |||
| project(PackageTest CXX) | |||
| include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake) | |||
| @@ -7,8 +7,3 @@ conan_basic_setup() | |||
| add_executable(example example.cpp) | |||
| target_link_libraries(example ${CONAN_LIBS}) | |||
| # CTest is a testing tool that can be used to test your project. | |||
| # enable_testing() | |||
| # add_test(NAME example | |||
| # WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/bin | |||
| # COMMAND example) | |||