Skip to content

Commit 9407ff3

Browse files
committed
add C as a language in IPPL to have the C compiler available
1 parent b1b0474 commit 9407ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required (VERSION 3.1)
2-
project (IPPL CXX)
2+
project (IPPL LANGUAGES C CXX)
33
set (IPPL_VERSION_MAJOR 3)
44
set (IPPL_VERSION_MINOR 0.1)
55

0 commit comments

Comments
 (0)