Skip to content

Commit

Permalink
Exclude CxxLocalVariables executable from the installation
Browse files Browse the repository at this point in the history
Signed-off-by: Eran Ifrah <[email protected]>
  • Loading branch information
eranif committed Nov 25, 2024
1 parent 1441a72 commit 6a48fc5
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 @@ -1048,7 +1048,7 @@ endif() # NOT WXC_APP

include(CTest)
if(BUILD_TESTING)
add_subdirectory(CxxParserTests)
add_subdirectory(CxxParserTests EXCLUDE_FROM_ALL)
endif(BUILD_TESTING)

message(STATUS "CL_INSTALL_BIN is set to ${CL_INSTALL_BIN}")
Expand Down

0 comments on commit 6a48fc5

Please sign in to comment.