Skip to content
Snippets Groups Projects
Commit a5c62e8b authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix : removed extra "project()"

parent 8baf4499
No related branches found
No related tags found
3 merge requests!93Release v0.3.0,!64Feat/release pip,!63Draft: Feat/release pip
Pipeline #45932 waiting for manual action
...@@ -37,7 +37,6 @@ add_definitions(-DGIT_COMMIT_HASH="${GIT_COMMIT_HASH}") ...@@ -37,7 +37,6 @@ add_definitions(-DGIT_COMMIT_HASH="${GIT_COMMIT_HASH}")
# Note : project name is {project} and python module name is also {project} # Note : project name is {project} and python module name is also {project}
set(module_name _${CMAKE_PROJECT_NAME}) # target name set(module_name _${CMAKE_PROJECT_NAME}) # target name
project(${CMAKE_PROJECT_NAME})
set(CXX_STANDARD 14) set(CXX_STANDARD 14)
############################################## ##############################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment