We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c14db3f commit e6e296aCopy full SHA for e6e296a
source/api_cc/tests/CMakeLists.txt
@@ -1,7 +1,7 @@
1
-cmake_minimum_required(VERSION 3.9)
+cmake_minimum_required(VERSION 3.14)
2
project(deepmd_api_test)
3
set(CMAKE_LINK_WHAT_YOU_USE TRUE)
4
-set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
+set(BUILD_RPATH_USE_ORIGIN TRUE)
5
6
if (NOT DEFINED BUILD_CPP_IF)
7
set(BUILD_CPP_IF TRUE)
0 commit comments