Skip to content

Commit 5292043

Browse files
authored
Merge pull request #30 from flightaware/min_cmake2
update min cmake
2 parents d9d1abc + c6ff2e9 commit 5292043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.0)
1+
cmake_minimum_required(VERSION 3.8)
22

33
add_executable(example2 example2.cc)
44
target_link_libraries(example2 PUBLIC cpptcl_static cpptcl_runtime ${TCL_STUB_LIBRARY} ${TCL_LIBRARY})

0 commit comments

Comments
 (0)