Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
[CMake] sync submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Nov 28, 2019
1 parent a61b70a commit cad5249
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit cad5249

Please sign in to comment.