Skip to content

Commit f353616

Browse files
author
Dan Dees
committed
ASV - add cmake
1 parent ba00447 commit f353616

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
# CMake versions greater than the JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION policies will
1313
# continue to generate policy warnings "CMake Warning (dev)...Policy CMP0XXX is not set:"
1414
#
15+
16+
###############
17+
# ASI default settings
18+
list(APPEND CMAKE_MODULE_PATH "$ENV{ASV_CMAKE}")
19+
include(asv_cmake_defaults)
20+
asv_cmake_defaults( )
21+
###############
22+
1523
set(JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION "3.8.0")
1624
set(JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION "3.13.2")
1725
cmake_minimum_required(VERSION ${JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION})

0 commit comments

Comments
 (0)