Skip to content

Commit b2ed075

Browse files
authored
Clean of the Cmakelist
1 parent f701357 commit b2ed075

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

CMakeLists.txt

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ option(IqsMKL "Enable MKL?" OFF)
4747
option(IqsPython "Enable Python wrap?" OFF)
4848
option(IqsUtest "Enable unit test?" ON)
4949
option(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:

0 commit comments

Comments
 (0)