瀏覽代碼

Packaging test updated to more recent CMake version and unused code

removed.
main
offa 6 年之前
父節點
當前提交
ec6790a1fb
共有 1 個文件被更改,包括 1 次插入6 次删除
  1. +1
    -6
      test_package/CMakeLists.txt

+ 1
- 6
test_package/CMakeLists.txt 查看文件

cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.11)
project(PackageTest CXX) project(PackageTest CXX)


include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake) include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
add_executable(example example.cpp) add_executable(example example.cpp)
target_link_libraries(example ${CONAN_LIBS}) 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)

Loading…
取消
儲存