diff --git a/CMakeLists.txt b/CMakeLists.txt index ee602679b..6c3ab8458 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ find_package(ignition-cmake2 2.0.0 REQUIRED) # Configure the project #============================================================================ set (c++standard 17) -ign_configure_project(VERSION_SUFFIX pre1) +ign_configure_project() #============================================================================ # Set project-specific options