Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Jun 11, 2024
1 parent aea7d2c commit f6bee2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,11 @@ if (XSQL_BUILD_XSQL_EXECUTABLE)
else ()
target_link_libraries(xsql PRIVATE xeus-sql-static)
endif()


get_target_property(PPP xsql CXX_STANDARD_REQUIRED)
message(STATUS "cxx standard version for xsql: ${PPP}")
message(STATUS "CMAKE_CXX_STANDARD = ${CMAKE_CXX_STANDARD}")
endif()


Expand Down

0 comments on commit f6bee2c

Please sign in to comment.