diff --git a/CMakeLists.txt b/CMakeLists.txt index ac70ad8..3080991 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,8 +10,8 @@ SET(CXX_DISABLE_WERROR true) SET(CUSTOM_HEADER_DIR "hpp/talos-rbprm") -CMAKE_POLICY(SET CMP0048 OLD) # we compute the PROJECT_VERSION manually -PROJECT(${PROJECT_NAME} CXX) +COMPUTE_PROJECT_ARGS(PROJECT_ARGS LANGUAGES CXX) +PROJECT(${PROJECT_NAME} ${PROJECT_ARGS}) FINDPYTHON() diff --git a/cmake b/cmake index efa25a9..7eca9ee 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit efa25a9976b8a6fc9f51d26924d4238d0d4820b1 +Subproject commit 7eca9ee6c9d1c4ee20eb82272e94f9d11642053a