Skip to content

Commit ad655d3

Browse files
authored
Merge pull request #2448 from FrozenStormInteractive/fix/jsonformoderncpp
jsonformoderncpp: fix hooks
2 parents 31b1108 + f326d54 commit ad655d3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
cmake_minimum_required(VERSION 2.8.12)
1+
cmake_minimum_required(VERSION 3.1)
22
project(test_package)
33

4-
set(CMAKE_CXX_STANDARD 11)
5-
set(CMAKE_VERBOSE_MAKEFILE TRUE)
6-
74
include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
85
conan_basic_setup()
96

107
add_executable(${PROJECT_NAME} test_package.cpp)
118
target_link_libraries(${PROJECT_NAME} ${CONAN_LIBS})
9+
set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD 11)

0 commit comments

Comments
 (0)