File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ option(IqsMKL "Enable MKL?" OFF)
4747option (IqsPython "Enable Python wrap?" OFF )
4848option (IqsUtest "Enable unit test?" ON )
4949option (BuildExamples "Build the Examples" OFF )
50- option (IqsNative "Enable the latest instructions?" OFF )
50+ option (IqsNative "Enable the latest vector instructions?" OFF )
5151
5252################################################################################
5353# Enable MPI, yes or not?
@@ -271,15 +271,6 @@ add_subdirectory(interface)
271271# INFO: when below flag is defined, checks of the form "assert(condition)" are skipped.
272272#target_compile_definitions(intel_qs NDEBUG)
273273
274- ################################################################################
275- # Build the QASM interface executables (.exe) contained in the src/ folder.
276- ################################################################################
277-
278- #if(BuildInterface)
279- # add_executable(intelqs_interface_main.exe src/intelqs_interface_main.cpp)
280- # target_link_libraries(intelqs_interface_main.exe intel_qs)
281- #endif()
282-
283274################################################################################
284275# Build the suite of unit-tests for IQS.
285276# Approach suggested in:
You can’t perform that action at this time.
0 commit comments