Skip to content

Commit a2d13ab

Browse files
authored
Update to CMakeLists.txt for sepia-filter (#77)
* Updated sample.json Signed-off-by: sravanik <[email protected]> * Update sample.json * Removed common headers from sample source * Adding dev-utilities to VS project * Updated Readme * Update CMakeLists.txt
1 parent 0f43bb3 commit a2d13ab

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

DirectProgramming/DPC++/CombinationalLogic/sepia-filter/CMakeLists.txt

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
if(WIN32)
2-
set(CMAKE_CXX_COMPILER "dpcpp-cl")
3-
else()
4-
set(CMAKE_CXX_COMPILER "dpcpp")
5-
endif()
1+
set(CMAKE_CXX_COMPILER "dpcpp")
62
# Set default build type to RelWithDebInfo if not specified
73
if (NOT CMAKE_BUILD_TYPE)
84
message (STATUS "Default CMAKE_BUILD_TYPE not set using Release with Debug Info")

0 commit comments

Comments
 (0)