Skip to content

Commit 02b4c84

Browse files
committed
Update cmake
1 parent 6f94347 commit 02b4c84

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ list(GET VERSION_LIST 2 XEUS_CPP_VERSION_PATCH)
4242

4343
set(${PROJECT_NAME}_VERSION
4444
${XEUS_CPP_VERSION_MAJOR}.${XEUS_CPP_VERSION_MINOR}.${XEUS_CPP_VERSION_PATCH})
45-
46-
# message("Major version: ${XEUS_CPP_VERSION_MAJOR}")
47-
# message("Minor version: ${XEUS_CPP_VERSION_MINOR}")
48-
# message("Patch version: ${XEUS_CPP_VERSION_PATCH}")
4945
message(STATUS "Building xeus-cpp v${XEUS_CPP_VERSION}")
5046

5147
# Build options

0 commit comments

Comments
 (0)