File tree Expand file tree Collapse file tree 3 files changed +914
-9
lines changed
Expand file tree Collapse file tree 3 files changed +914
-9
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ graph_info.json
1212CMakeCache.txt
1313CMakeFiles
1414Testing
15- * .cmake
15+ build / * .cmake
1616Makefile
1717cmake-build- *
1818
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.19)
22project (developer_joyofenergy_cpp)
33
4- list (APPEND CMAKE_MODULE_PATH ${CMAKE_BINARY_DIR} )
4+ list (APPEND CMAKE_MODULE_PATH
5+ ${CMAKE_BINARY_DIR}
6+ ${CMAKE_SOURCE_DIR} /cmake_module)
57list (APPEND CMAKE_PREFIX_PATH ${CMAKE_BINARY_DIR} )
68
79set (CMAKE_CXX_STANDARD 17)
810
9- if (NOT EXISTS "${CMAKE_BINARY_DIR} /conan.cmake" )
10- message (STATUS "Downloading conan.cmake from https://github.com/conan-io/cmake-conan" )
11- file (DOWNLOAD "https://raw.githubusercontent.com/conan-io/cmake-conan/0.17.0/conan.cmake"
12- "${CMAKE_BINARY_DIR} /conan.cmake" )
13- endif ()
14-
15- include (${CMAKE_BINARY_DIR} /conan.cmake)
11+ include (conan)
1612
1713conan_cmake_configure(REQUIRES boost/1.76.0
1814 REQUIRES gtest/1.11.0
You can’t perform that action at this time.
0 commit comments