Skip to content

Commit 03a828d

Browse files
author
Clement Champetier
committed
CMake: no compiler chosen
It could be g++, clang, msvc...
1 parent 3a14d71 commit 03a828d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ set(AVTRANSCODER_VERSION "0.2.1")
1111
# Diplay commands being ran by CMake
1212
set(CMAKE_VERBOSE_MAKEFILE ON)
1313

14-
# Choose compiler
15-
set(CMAKE_CXX_COMPILER "g++")
16-
1714
# CPP flags on debug / release mode
1815
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Wall -fPIC -pg -g")
1916
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -fPIC -O3")

0 commit comments

Comments
 (0)