Skip to content

Commit

Permalink
Fix CMake config to build on Ubuntu 22.04
Browse files Browse the repository at this point in the history
Add the CXX tag to the main target.
  • Loading branch information
Donjan Rodic committed Jun 14, 2023
1 parent 4e92c51 commit 0f08b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ elseif (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
endif()
endif()

project(qss-compiler)
project(qss-compiler CXX)
project(qss-opt LANGUAGES CXX C)

# ------------------------------------------------------------------------------
Expand Down

0 comments on commit 0f08b3f

Please sign in to comment.